Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Matt Read #1
Javascript errors on MAC os9 IE 5
Hi all, hope you may be able to shed some light on this.
I am having problems writing some simple javascript functions to work on
both PCs and MACs (in particular os9 IE5).
I have created an SVG image which is embedded in my ASP page, then I have a
form which calls several functions to update the SVG graphic. In particular
I need to change text colours, hide / show objects, change font sizes etc.
I have everything working fine on my PC but this is not the case for the
MAC. I only run PCs whereas my client operates both PCs and MACs (os9
running IE5). Example of code:
First Problem:
I want to be able to show / hide images on the screen when you click on a
link
My code:
function show() {
document.getElementById('image').style.setProperty ('visibility',
'visible');
}
Second Problem:
Along the same lines, I would like to be able to change the text colours of
image
My code:
function changecolour() {
document.getElementById('textid').style.setPropert y('fill', '#FF9900');
}
Any advice you could give would be helpful.
Thanks in advance,
Matt
Matt Read Guest
-
Javascript Errors
Hello, I created a template in Dreamweaver that cfincludes a template-based document. The template is an article and the template-based document... -
javascript errors while using C3
Hello, I am experiencing an annoying problem, I cannot edit my webite because, along the way Contribute3 throws up errors to do with javascript. I... -
javascript errors while using C3
do a search of your local system for the file tempURL_aftersave.htm and in_afterSave.htm. You will find them both as they are not suppose to be... -
Javascript errors -- on extension?
Hi, I understand the insertbar.xml is part of the extension management system. I am getting two different javascript errors referencing the... -
DMW 8 Mac Javascript errors
Context : Downloaded a trial to see il I could handle the Mambo/Jommla Template Extension Problem : Unable to lauch app. Starts with two alerts...



Reply With Quote

