• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

help me in HTML tags

 
Ranch Hand
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hai,
How to write the html tag for
1)opening a new window when we click on a url
2)opening a new url window automatically along with the current window when we connect to a site
thanx
prabhakar
 
Ranch Hand
Posts: 4716
9
Scala Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
the first question is easy
<A HREF="http://www.vbpj.com/" target="blank">
this also works
<A HREF="http://www.vbpj.com/" target="outside">
i dont know answer to second. it would involve a little javascript though using onLoad event handler i believe
------------------
Dont blindly believe everything I say.
 
varkala prabhakar
Ranch Hand
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanx Randall Twede,
for opening a window i dont mean window.open() javascript code this window.open() window open an window with out the address bar(for typing the url) .
how to write the javascript code for opeing a new browser window where i can give the url again.
thanx for all
prabhakar.
 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I got a program that will do it for you look at this
http://www.a1ien51.8k.com/scripts/popupwingenV2.htm
 
varkala prabhakar
Ranch Hand
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanx A1ien51 CNEUFOs,
the url worked out.
prabhakar.
 
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"A1ien51 CNEUFOs",
Thanks for your assistance in the HTML and Javascript forum, but your name isn't even close to the Javaranch Naming Policy.
Your name should be two words, firstname then lastname with a space in the middle. This naming policy is enforced to promote a professional atmosphere in the forums.
Can you please re-register with a valid name since your contributions are worth while and it would be better for you to contribute with a valid name rather than having this account locked.
ta
Dave
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic