beginner question
-
help me please... i don't know why, when i use this...
<a href="Javascript:window.open('utama.html','','height=760,width=1012,menubar,scrollbar,status,toolbar,location')">haha</a>
my browser open the new page call javascript:window.open('utama.html','','height=760,width=1012,menubar,scrollbar,status,toolbar,location') X| and there is just only one word [object]. and also new window called utama.html(that's correct). but actually i want to open utama.html in the same window. so, can anybody help me to find the solution? thousands thanks >>when someone know more and more, they will feel they have weakness<<
-
help me please... i don't know why, when i use this...
<a href="Javascript:window.open('utama.html','','height=760,width=1012,menubar,scrollbar,status,toolbar,location')">haha</a>
my browser open the new page call javascript:window.open('utama.html','','height=760,width=1012,menubar,scrollbar,status,toolbar,location') X| and there is just only one word [object]. and also new window called utama.html(that's correct). but actually i want to open utama.html in the same window. so, can anybody help me to find the solution? thousands thanks >>when someone know more and more, they will feel they have weakness<<
I believe you are missing the colon after the javascript tag... anyway, you should wrap this into a function and call it like: [onwards and upwards...](javascript:OpenMyWindow())
-
help me please... i don't know why, when i use this...
<a href="Javascript:window.open('utama.html','','height=760,width=1012,menubar,scrollbar,status,toolbar,location')">haha</a>
my browser open the new page call javascript:window.open('utama.html','','height=760,width=1012,menubar,scrollbar,status,toolbar,location') X| and there is just only one word [object]. and also new window called utama.html(that's correct). but actually i want to open utama.html in the same window. so, can anybody help me to find the solution? thousands thanks >>when someone know more and more, they will feel they have weakness<<
See Making Pop-up Windows Accessible[^] for valid (and good, if that is valid in conjunction with popups :cool: ) way todo popups.
-
help me please... i don't know why, when i use this...
<a href="Javascript:window.open('utama.html','','height=760,width=1012,menubar,scrollbar,status,toolbar,location')">haha</a>
my browser open the new page call javascript:window.open('utama.html','','height=760,width=1012,menubar,scrollbar,status,toolbar,location') X| and there is just only one word [object]. and also new window called utama.html(that's correct). but actually i want to open utama.html in the same window. so, can anybody help me to find the solution? thousands thanks >>when someone know more and more, they will feel they have weakness<<
If you want to open "utama.html" in the same window, as you wrote, then miss out the javascript- you just want a link. If you actually *do* want it in a pop up, then go with this:- ... href="javascript**:window.open('utama.html','','height=760,width=1012,menubar,scrollbar,status,toolbar,location'); return false;**" ...
#include <beer.h>