timmy Posted January 12, 2001 Posted January 12, 2001 are there any known conflicts with JAVA and CDML? I'm having some trouble with one of my JAVA scripts.
dspires Posted January 12, 2001 Posted January 12, 2001 JAVA or Javascript? If your field names have spaces, this could be a problem. Can you be more specific on the trouble?
yafreax Posted January 12, 2001 Posted January 12, 2001 if you are already in the Webimages folder, all you have to do is have the following link: <a href="popupimage('me.jpg',320,240)">Click</a> it shouldn't have the "#" in there that i know of, but i guess that depends on the javascript you are using. Also make sure you have the script that goes in the header in the header. if your script is correct and calls for the "#", then that's fine, just look at the above link, you don't need the webimages/me.jpg if you are in webimages. yafreax [This message has been edited by yafreax (edited January 12, 2001).]
timmy Posted January 13, 2001 Author Posted January 13, 2001 Hey, Thanks for the response. It was Javascript. Actually it turns out that the problem lays in referring to my web directory. In my FMPro 5/Web/ I have a folder titled WebImages If i want to refer to a file "me.jpg" how do i do that? In a popup script i had it written: <a href="#" onclick="popupimage('WebImages/me.jpg',320,240)">Click</a> That doesn't work.
Recommended Posts
This topic is 8784 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now