//flex table opened by JP

Click to See Complete Forum and Search --> : html/java help needed please


club_med
04-07-2001, 11:30 AM
Ok im not quite sure how to explain this.

I have come across websites with links that make a new window load, this new window contains no scroll bars or buttons (like back, home, forward, stop etc..).

Does anyone know the html code for this, or maybe if this is java could someone explain it to me ?.

Thanks,
cm.

zskillz
04-07-2001, 01:12 PM
i don't know any html at all, but I believe that what you are describing is just a different view in the browser... if that is indeed what you are talking about, then i would imagine that a simple javascript site would have your answer
-Z

BFlurie
04-07-2001, 02:47 PM
Running IE? You might try the "Repair" option for IE.

Mal
04-08-2001, 12:18 AM
<a href="#" onClick="window.open('filename', '', 'width=???, height=???')">

[Neo770]
04-09-2001, 03:14 AM
I believe to open windows like that a little javescript is required. But I dont know javascript.