Posted by Jonathan N. Little on 11/26/21 11:53
crazyjxx@gmail.com wrote:
> I have been trying to create my own webpage and I am wondering if there
> is a way to create a link on my webpage that sends the person to
> multiple urls in new windows. For example if they click on a link on
> my page "Cnn and Yahoo" it will open two seperate pages in new windows
> Cnn.com and yahoo.com. I have been using a html edditor to create my
> page so the html code to be able to do this would be greatly
> appreciated.
>
> Thanks alot
>
Not with HTML. Would require a script AND would probably piss-off your
visitors so you will not have to worry about them coming back! If you
want to open up two URLs create to links.
<a href="CnnURL">Go to Cnn</a> <a href="YahooURL">Go to Yahoo</a>
Analogy: When you turn the knob on your house's front door you expect it
to just open the front door and not simultaneousness open the back door,
cellar door, garage... right?
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|