hello,
is it possible to place an .html hyperlink on a page and when someone mouses over the link or clicks on it, the url does not show up in the bottom of the browser window? i would also like someone to NOT be able to view the hyperlink in the address line either. thank you.
and also, i have partially solved this problem by telling my .zip download button to load the file into a _blank window, but i am sure that there is a better way than this.???
hello, i have a site where an index page opens a new javascript popup window that contains my actual site, (the pop up window is where all my navigation and actions take place; it is a flash site). the javascript code in my html page is...
<TITLE>StarBand Performance Solutions Portal</TITLE>...
well this works pretty well but...it reloads the page every 60 seconds. not what i want. is there a way to make it reload the page ONLY when it is first loaded and then to not reload the page after that? ( i would also like this function to load the most current page that is available and NOT to...
hello,
can anyone tell me if there is a javascript code that will automatically refresh a page (just once) when the page first loads into a browser? i'm only concerned with ie4 and netsacpe4 and above. thanks in advance.
hello,
i have this javascript...
<script LANGUAGE="JavaScript">
function popupmain(){
window.open("popupmain.html","popupmain","height=600,width=800,menubar=0,resizeable=0,scrollbars=0,status=0,titlebar=0,toolbar=0,left=0,right=0,top=0")
}
</script>...
hello,
could someone tell me the script to detect if a pop-up window is open and to close it before opening another pop-up window? thank you very much.
Hello,
I have 1 html page with many buttons that open pop-up windows. Is there a way in the javascript code to automatically make whatever pop-up window is open, close, when another button is clicked? Thank you.
I tried all of these and none will work. Do you know what I am doing wrong?<br><br>javascript:onClick=window.open("contact()")<br>javascript:window.open('stat') <br>and...onClick"stat()"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.