Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
Jammer #1
Passing JS varibles to my html forms inside my extension
Hey everyone!
I would like to display getCurrentSite(); info in the middle of my html form
inside my extension.
In other words I have a table, and in that table I want to display the current
site name...
Thanks!
Jammer Guest
-
Flash OCX inside Visual Basic app- passing variables
Hi, can a variable only be passed by visual basic to the _root timeline of a flash movie playing in the ocx inside it? This will work in VB... -
HTML <Href Link inside a form (HTML text box)
Hello, I am using a standard HTML Form to gather information from users and one of the elements within the form is a text box that users will paste... -
How to refresh inside of an extension?
Hey everyone! I have an extension with a UI running as a command, and inside the UI i\I am getting the site name. Now if you run the exteension... -
Flash forms do not show up inside html table
Will the cf 7.0 Flash forms show up inside a table?? If I surround any flash form with a simple set of table tags (<table><tr><td></td></tr></table>... -
passing code inside function
I would like to read something about passing code inside function. Lets say that: This works: perl -e 'sub a(&){print(&{$_}, "/n"};$_=0; a... -
Jammer #2
Re: Passing JS varibles to my html forms inside myextension
One more thought...
Would something like this work?
<script>document.writeIn(site.getCurrentSite())</script>
Jammer Guest
-
Jammer #3
Re: Passing JS varibles to my html forms inside myextension
Ok... I'll be a little more clear in my explanation.
I want to write or display an image only if my statement is true.
So on runtime I want to write an image to my extension. Is this possible?
Either by hiding a div or using some write function?
Thanks!
Any help would be great!
Jammer Guest
-
Jammer #4
Re: Passing JS varibles to my html forms inside myextension
Any thoughts... Anyone?
Jammer Guest
-
Jammer #5
Re: Passing JS varibles to my html forms inside myextension
I figured it out!
In the head I put:
function animate() {
document.images[0].src = "Frunder.png";
}
In the body tag I put:
<body onLoad="animate()">
My Image tag was:
<IMG NAME="changingAnimation" SRC="" BORDER=0 ALIGN="top">
Jammer Guest



Reply With Quote

