Hi Stephen,

���I would suggest going through an HTML tutorial to get you moving in the 
right direction.� To change pages, you just need a link, e.g. <a 
href="inventory.aspx"><img src="imagedir/imagefile.gif"></a>

Cheers,

Peter

 From: "Stephen Russell" [EMAIL PROTECTED]

I have been doing WIN based systems for a while, ok 15 years, and I need to
start a simple web app.

If I have my startup page with image-icons as buttons, how do I code to
switch the page to "inventory.aspx"?

I have a javascript that popup blockers defeat. 

string sScript = " ";
 sScript += "window.open('inventory.aspx');";
 sScript += " ";
//Write it into the output stream for immediate
execution
Response.Write(sScript);

TIA

Stephen Russell
S.R. & Associates
Memphis, TN 38115

901.246-0159 

http://spaces.msn.com/members/srussell/


[Non-text portions of this message have been removed]



 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to