Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Image & text placeholders
Name: jb60606 Date: May 11, 2006 at 06:53:22 Pacific OS: na CPU/Ram: na Product: na
Comment:
Is it possibly to use image and text placeholders across frames?
For example, I've got the thumbnail in one frame, and it's placeholders in another frame.
Name: Michael J (by mjdamato) Date: May 11, 2006 at 11:30:34 Pacific
Reply:
"I've got the thumbnail in one frame, and it's placeholders in another frame."
What do you mean by placeholder? is this some nomeclature used in your web editing app - there is no "placeholder" function in the HTML standard that I'm aware of. I think you need to be more specific in your question.
Michael J
0
Response Number 2
Name: jb60606 Date: May 12, 2006 at 11:32:20 Pacific
Reply:
Sorry, it's javascript.
Here is a small tutorial on it. There is an example towards the bottom. Basically, it dynamically loads images in an "image placeholder" instead of opening new pages. It can do the same for text.
Thanks
0
Response Number 3
Name: Michael J (by mjdamato) Date: May 12, 2006 at 12:26:16 Pacific
Reply:
Well, you didn't provide a link. But, you should be able to do it. As long as your frames have names you would be able to reference elements in another frame with document.framename.elementname
Summary: I figured it out, just in case anyone needs the script, <SCRIPT LANGUAGE="JavaScript"> random_number= Math.floor(Math.random()* 4+1 ); // Loads the appropriate image and text color based on random...
Summary: Heya folks, Newbie question for you, I have a DIV 500px by 300px, and an image with identical dimensions placed there-in using "background-image". When applying padding, it affects the Image as well, ...
Summary: It's simple to find an email address. Just search for the at sign and grab all characters before and after it until you reach the space character. Another pass might check for the "mailto:" string. ...