Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
csa #1
External Script file
I have the following on my html page (see below): I would like to remove all
the area shape code onto a seperate file so the code cannot be viewed, can some
please demonstrate how I can do this?
<div id="main">
<map name="id" id="id">
<area shape="rect" coords="630,310,640,320" href="http://www.macromeida.com"
title="name "target="_blank"/>
<area shape="rect" coords="850,50,860,60" href="http://www.macromeida.com"
title="name "target="_blank"/>
<area shape="rect" coords="390,280,420,310"
href="http://www.macromeida.com.com/click/click.php?id=44" title="name
"target="_blank"/>
<area shape="rect" coords="690,560,700,570" href="http://www.macromeida.com"
title="name "target="_blank"/>
</map>
<img src="grid.gif" width="1000" height="1000" border="0" usemap="#id" /></div>
</body>
</html>Text
csa Guest
-
Loading external action script
Hey, I was just wondering if its possible to load and run actionscript from a text file Many thanks in advance... smile :) -
external lingo script editor
new release 0.49 new features: multiple undo/redo, autoformat hi, i´m current program on an external script editor for lingo.... -
Help Specifying an external script
I'm having trouble setting a script to hit an external file and execute a script within the file. Initially the script was setup correctly but... -
Problem external linking file with script
I am having a problem with external linking another director file that has scripting. Even when I set the "script to on" the external linked file's... -
Post Variables to External Script
I am trying to find out how I can use the ASP.net framework yet still post the variables to an external script (not ASPX) after the form has been... -
rilkesf #2
Re: External Script file
The only way to include an external html file that I know of is to include it
through a scripting language such as PHP.
Technically, I suppose you could write it all out with write() in a javascript
function and then call the function where you want to create the code .. but it
would be messy and a bit far to go just to hide some code.
Why exactly do you need to hide the code?
rilkesf Guest



Reply With Quote

