I have a DIV, and I whenever the user alters the copy size, the div changes height, now whenever the DIV does this, I would like a function to run which will grab the offsetHeight of the DIV and run it through a few if statements.
I am not used to event Listeners, so any advice on the...
Ok thanks, I had a look at the headers, all it had in there was flash and xml. Is there no other way around this flicker issue, other than losing out on the side of accessibility (it's a scrollbar that is being hidden by the javascript to replace with a fancy looking one)
Is there a way of finding whether the browser uses javascript before the page loads? I have some javascript that alters the styling of the page, and need it to be this way to keep the site accessible. At the moment, the styles flicker from one to the other.
I understand that PHP is...
Cheers, I think i'll have a go with the W3 tutorials on XSL and XSLT first, and if I have any problems i'll post them. Thanks a lost for your advice so far.
Dan
The problem I fou nd with data islands is that they dont display in firefox, whereas the exact same page displays in IE. I was doing a tutorial which is here:
http://www.retrobadger.net/PRIVATE/rss/news01.html
I am competent in Lingo, Actionscript, HTML, CSS, and understand the basics of XML.
Well all I really want to be able to do is have my webpage show the information from the XML file, so all I have to update is the news in the XML!
But the basics first in getting the info from the XML into a styled webpage, I take it XSL is the way forward then?
I want to display an XML file within a webpage, but it doesn't seem to work in firefox! I heard there is a proble with data islands in firefox, so does anyone know a way around it. I'm new to XML, so any help would be excellent.
Cheers all
Dan Duke
Cool, well it sends a static variable to me in IE, doesn't seem to work in firefox. But more importantly, I cant see how I am going to get the variables from director to the HTML, getnettext can send variables, but how can I get it to put them in the form boxes, and click go?
Thanks so much for...
Sending and receiving to the HTML sounds perfect, I guess it uses the same get net text to send the info (except to the HTML instead) so will try this, but could not find any info on SW-vars anywhere? Is it javascript I assume? $swvars how it's written?
Cheers for your help with this!
Dan Duke
Im afraid that didnt solve my problem, it still sends me the code from the PHP, not the result found.
The HTML I use is here:
http://www.retrobadger.net/PRIVATE/Javascript/PostcodeFinder.htm?post_a=TA3+5LW&post_b=PL4+6NA
And my DCR here...
I have a basic form from an HTML page, and want it to run in director, sending 2 postcodes, and receiving back the miles! How do I get a form to work, I assume its kindof like
DistanceID = getnettext("http://www.theurl.php", ["postcode_a": PostcodeTo, "postcode_b": PostcodeFrom])
This should...
In my program, the code will calculate the number of members to go on the screen. Now I know to add a member you need to do a replace with one thats already on screen, but I dont know how many members will be required, so dynamically creating them using lingo would be excellent. I found...
I basically want to do an incrimenting loop, does anyone know how I can do this, cant find it in any of the help files! Here's a basic form of what I want to create from it all.
for(var i=0; i<5; i++)
{
trace("I am greater then 5");
}
so outputs text five times...
Dan
I need to somehow have director scan the log director for my messenger, load up each txt file, take out the relevant information, and put it all into a seperate txt file.
Any help would be appreciated, but my main question is how to get director to open each log that's in a folder into a text...
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.