milleniumstudio
06-14-2010, 11:15 AM
On my VB4 forum there is already some default style (styleid=1). I want to open the current page in new window, using another style (styleid=2). So I do it by: <a href="?styleid=2" target="_blank">Open it in new window</a>
That works fine but when I refresh the parent page, it automatically switches to styleid=2, even if I don't set styleid=2 explicitly in the URL. I want to always open my forum pages with the default styleid=1 unless there is styleid=2 in the URL. How to do it?
That works fine but when I refresh the parent page, it automatically switches to styleid=2, even if I don't set styleid=2 explicitly in the URL. I want to always open my forum pages with the default styleid=1 unless there is styleid=2 in the URL. How to do it?