|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Window with just title
I don't know how to set a window to just display the window title without open it in a new window.
Can anybody tell me how to do that? MACnus |
|
#2
|
|||
|
|||
|
RE: Window with just title
Hey! What do you mean by 'display window title'??? What is it actually? I'd like bit more explaination.
|
|
#3
|
|||
|
|||
|
RE: Window with just title
Like this, but i want it to happend with the same window the code is on.
<script language="javascript"> function newwindow(URL, NAME) { window.open(URL,NAME,'toolbar=no,location=no,direc tories=no,status=no,menubar=no,resizable=no,copyhi story=no,scrollbars=yes,width=515,height=350'); }{ </script> |
|
#4
|
|||
|
|||
|
RE: Window with just title
With the code you posted above, it open a new popup window with javascript.. I can't see how you do it in the same window you are in currenty! I'm totally confused
|
|
#5
|
|||
|
|||
|
RE: Window with just title
Quote:
Yes. that's the problem i don't know how. |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > Window with just title |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|