View Full Version : i have a question about hat i believe is javascript???
pcgui2001
5-21-02, 03:12 AM
hey guys
For the portfolio section of my website i want to be able to click on the link of the specific job and want the job to appear in a separate window like this....... http://www.luisbravo.com/corporate.htm
how would i go about to doing that?
Thanks in advance
If you only want a "normal" browser window, then you can just use target="_blank" in your a href tag. Just be sure to put a space between your href and target.
If however, you want a "no chrome" browser window similar to what the example is, then yes, you do need javascript. You can find some good ones at http://www.dynamicdrive.com.
The one that I liked best that I found on their site was called "Chromeless" script.
Just my "For What It's Worth"
For case one, you could use onclick=window.open for a custom sized separate display/window. For case two, you could use HTML IFRAME which is N/S 6+ and IE compatible, N/S 4x uses ILAYER and any JavaScript you employ will create a N/S 4x and N/S 6+ conflict and possible IE problems. You pays your money and takes your chances. The following URL is a NetScape provided HTML browser compatibility table:
http://developer.netscape.com/evangelism/docs/technotes/xref/html-element/
bettyfordclinic
5-21-02, 03:34 PM
If you want to use javascript to accomplish simple fun things, check out http://javascript.internet.com/
The scripts are SOOOOOOOOO easy to install, have working demos, and will get you to a very happy place in a very short period of time!!!
bfc
vBulletin v3.6.0, Copyright ©2000-2009, Jelsoft Enterprises Ltd.