firehorse24
Programmer
Hi Everyone,
I have a page that contain mutiple links. What I try to do is: when I open those links I want those links to be opened in the same window. I coded
for each link. The first URL was opened in the window wdw123 has no problem. But when I click the 2nd link, the window wdw123 was minimized even the 2nd URL was opened in the window wdw123. How do I make the window keeping in Maxmized. Since when I click the 2nd link, the window looks like been closed, it's going to confuse the users.
I don't know if I explained clearly.
Thanks ahead!
I have a page that contain mutiple links. What I try to do is: when I open those links I want those links to be opened in the same window. I coded
Code:
target="_wdw123"
I don't know if I explained clearly.
Thanks ahead!