I need that when a page is loaded another page will pop up to all the
person to do an upload. I tried
<META HTTP-EQUIV="refresh" CONTENT="2;
URL=http://kingcart.com/upload.html">
But despite what I have read about that tag, it loads the new page in
the same window, instead of opening a new window. I have tried adding
target="_blank" to that tag, but that seems to be ignored. I cannot put
a onload in the body statement, this should only happen if an item has
been added to the shopping cart, so the code is being put into the
"ordered" message which displays in the middle of the next page.
Is there any way to get this to work?
Thanks,
Marshall