How To Write A Web Page

How to call another web page using the OnClick event of a button?
I have 3 buttons on my HTML page. How do i write a VBScript such that i can call different ASP pages on the On_Click event of these buttons? Please suggest me some code
Have you considered to use plain html + css? Its far better when it comes to usability.
Creating a button-like effect can be done using anchors, combined with the link pseudo-classes of CSS, see also: http://www.brugbart.com/References/117/#Sec7
—–StartCode—–
—–CodeEnd—–
Keep in mind that VBScript has bad cross-browser support, so i recommend you use JavaScript instead.
Tagged with: blog • how to write a web page • how to write a web page bibliography • how to write a web page in java • how to write a web page using html • reference • tools • web2.0 • wiki
Filed under: Copywriting
Like this post? Subscribe to my RSS feed and get loads more!



Leave a Reply
You must be logged in to post a comment.