Garreth21
Programmer
- May 19, 2005
- 29
Hey everyone
I have a web page that displays order numbers on the screen. Each number is hyperlinked. I would like the packing slip to be printing when a order number is clicked on. Right now the page would pass the order number on to another page and it would print from there, but we need it to print when clicked on. All the printing takes place in a com object.
I've tried the onlClick event calling a javascript function that in turn calls a vbscript function, but I can't figure out how to get the order number passed in to the print call within vbscript.
Anyone have suggestions?
thanks
I have a web page that displays order numbers on the screen. Each number is hyperlinked. I would like the packing slip to be printing when a order number is clicked on. Right now the page would pass the order number on to another page and it would print from there, but we need it to print when clicked on. All the printing takes place in a com object.
I've tried the onlClick event calling a javascript function that in turn calls a vbscript function, but I can't figure out how to get the order number passed in to the print call within vbscript.
Anyone have suggestions?
thanks