News Image Presentation compiled by UL and Li

Source: Internet
Author: User

News Image Presentation compiled by UL and Li without flash

When you use focus.swf to click a news image under IE8, the display window does not jump to the new page.

:

Front-end code:

<% @ Page Language = "C #" autoeventwireup = "true" codefile = "IMG. aspx. cs" inherits = "test _ IMG" %> <! Doctype HTML public "-// W3C // dtd xhtml 1.0 transitional // en" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <HTML xmlns = "http://www.w3.org/1999/xhtml"> 

Background code:

Using system; using system. collections. generic; using system. LINQ; using system. web; using system. web. ui; using system. web. UI. webcontrols; using system. data; public partial class test _ IMG: system. web. UI. page {public datatable DT; Public String URL; Public String [,] valueurl = new string [2, 2]; protected void page_load (Object sender, eventargs E) {dt = new datatable (); DT. columns. add ("url"); DT. c Olumns. Add ("text"); For (INT I = 0; I <2; I ++) {valueurl [I, 0] = "http://www.sohu.com? Uid = "+ I; valueurl [I, 1] =" I love you very much "+ (I + 1); DT. rows. add (valueurl); DT. rows [I] ["url"] = valueurl [I, 0]; DT. rows [I] ["text"] = valueurl [I, 1] ;}}

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.