View Full Version : Auto HTML Update??
I have a menu on a blank html document, on this menu is graphics thats their to gives a user the option to incorporate these graphics in to this blank html document by simply clicking on the graphics link on the menu.
What I am wondering is, how would a person go about setting up a menu/link to auto input the graphics HTML code into this Blank HTML automatically when the user click on the graphics link.
This might not even be the right spot to post this but if anyone could PLEASE point me in the right direction here, I would really appreciate it!
djr33
09-19-2006, 12:22 AM
There are a few ways to go about this.
Javascript could generate the code, but would have trouble outputting as a file.
PHP could generate, then output as a file. That's probably the best option.
jscheuer1
09-20-2006, 06:17 AM
If you just want to display the images:
http://www.dynamicdrive.com/dynamicindex4/thumbnail2.htm
These can easily be done onclick with either a text or image link trigger.
True I do need the graphic to appear on this blank html document upon clicking a link I have on this menu.
However I need to have this work so that upon clicking one of theses menu link's an out-side HTML,JAVASCRIPT,DHTML (what ever is quickest to write with) takes the links/graphics HTML tags an runs it through a few conditions I will need to setup in this out-side script (down the road stuff). Then have this out-side script embed/save the graphics newly conditioned html tags into this blank html document for me..
This image onclick has an array an code, that one would need to setup in the blank html doc prior to the person clicking on one of the menu links for the graphics to show up. Also it will now work with the DOM (dragging) script I need to have each graphic be embedded with.
I know that this is all WAY beyond my code skills but I was hoping to explain my need as best as possible to see if there might be a solution out there on the net already.
I most likely need to hire a coder to accomplish this, so if after reading this you feel you might be able to accomplish this PLEASE send me a message in regards to looking to getting paid in helping me with this.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.