I dont think you can set the landscape, but you sure as hell cant disable
bakc and forward, you can however set a session so your code isn't executed
twice:
Something like

If session("Beenhereb4") = "" then
'do your stuff
session("Beenhereb4") = "yes"
Else
'do nothing or some other stuff
End if


-----Oorspronkelijk bericht-----
Van: Yunyun Sutisna [mailto:[EMAIL PROTECTED] 
Verzonden: vrijdag 5 november 2004 10:21
Aan: [EMAIL PROTECTED]
Onderwerp: [ASP] Printing In IE



Dear Gurus

I've already build the form to print the invoice but, the orientation is a
landscape.
How to set the orientation of printing in IE programmatically with ASP?

And how to disable BACK and FORWARD button with ASP ?

Thank in Advance
Sutisna


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







---------------------------------------------------------------------    
 Home       : http://groups.yahoo.com/group/active-server-pages
---------------------------------------------------------------------
 Post       : [EMAIL PROTECTED]
 Subscribe  : [EMAIL PROTECTED]
 Unsubscribe: [EMAIL PROTECTED]
--------------------------------------------------------------------- 
Yahoo! Groups Links



 





------------------------ Yahoo! Groups Sponsor --------------------~--> 
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/17folB/TM
--------------------------------------------------------------------~-> 

---------------------------------------------------------------------    
 Home       : http://groups.yahoo.com/group/active-server-pages
---------------------------------------------------------------------
 Post       : [EMAIL PROTECTED]
 Subscribe  : [EMAIL PROTECTED]
 Unsubscribe: [EMAIL PROTECTED]
--------------------------------------------------------------------- 
Yahoo! Groups Links

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

<*> 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