navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

file of javascript, i need hide this

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Cascading Style Sheets >> file of javascript, i need hide this
Page: [1]
 
ing_gabo_gb

 

Posts: 1
Joined: 11/10/2006
Status: offline

 
file of javascript, i need hide this - 11/10/2006 19:07:48   
hi everybody.

i have a page with one menu of the extention JS, but this menu i want to show with a button, this menu is here in my page


<html>

<head>

<title></title>

<script type="text/javascript" language="JavaScript1.2" src="stmenu.js"></script>

<!-- THE FILE OF HERE DOWN IS THE MENU .JS AND THE FILE OF HERE UP IT WORKS WITH THE ONE OF DOWN -->

<script language="JavaScript" type="text/javascript">
var s = document.createElement("script");
s.setAttribute("type", "text/javascript");
s.setAttribute("language", "JavaScript");
s.setAttribute("src", "CFE.js");
document.getElementsByTagName("head")[0].appendChild(s);
</script>

</head>

<body>



<form name="form1">
<input type="button" value="Ver hoja" onClick = "" >

</form>


</body>

</html>

PLEASE I NEED YOUR HELP THANSKS
jaybee

 

Posts: 14122
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: file of javascript, i need hide this - 11/12/2006 17:29:52   
You have me completely confused. You seem to be saying you want to replace the form submit button with the javascript menu button?

I don't think you can. If you just want to use the same image then change the html to

<button type="submit" name="submit" value="submit">
<img src="the name of your image goes here" />
</button>

If you're just talking about making a me
nu with buttons then I don't understand why the form is there.

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to ing_gabo_gb)
Page:   [1]

All Forums >> Web Development >> Cascading Style Sheets >> file of javascript, i need hide this
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts