No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Rollover images are images that change when the mouse is over them. Try this code [CODE]<A HREF="rollover_target.html" onMouseOver = "rollover('home')" onMouseOut = "rollout('home')" ><IMG SRC="../graphics/home_out.gif" NAME="home" ALT="Home Page" BORDER=0 HEIGHT=130 WIDTH=115 ></A> <SCRIPT TYPE="text/javascript"> <!-- setrollover("../graphics/home_over.gif"); //--> </SCRIPT>[/CODE]
.Net is easy language and you can choose different language to make site,you use C#,J#,vb etc. This ex of sql-connection Imports System Imports System.Data Imports System.Data.SqlClient Public Class Program Public Shared Sub Main() Dim connectionString As String = _ "Data Source=(local);Initial Catalog=Northwind;" _ & "Integrated Security=true" ' Provide the query …
CSS DIV Layout [CODE]#container { margin: 0px auto 0px auto; width: 900px; background: #ffffff; } body { text-align: center; } left column, content column. #leftside { float: left; text-align: left; padding: 15px; width: 200px; background-color: #ffff99; } #content { float: left; text-align: left; padding: 15px; background: #fff; width: 640px; } …
Try this code. [CODE]protected void hlNavigate_Click(object sender, EventArgs e) { Open ("http://networkip/site2/page2.asp"); ([url]http://networkip/site2/page2.asp).textboxT1[/url] = "First Page"; ([url]http://networkip/site2/page2.asp).textboxT2[/url] = "Second Page"; }[/CODE]
The End.
janetzensis