I'm currently using:
<body onLoad="javascript:window.print();document.location.href='nextpage.cfm'">
to print a page and then redirect the user to the next page without them having to do anything.
i'd like to open the next page in a new browser window, but i'm really new to javascript and i can't figure out how.
any ideas would be most appreciated
thanks
<body onLoad="javascript:window.print();document.location.href='nextpage.cfm'">
to print a page and then redirect the user to the next page without them having to do anything.
i'd like to open the next page in a new browser window, but i'm really new to javascript and i can't figure out how.
any ideas would be most appreciated
thanks