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:

Filed under: Copywriting

Like this post? Subscribe to my RSS feed and get loads more!