Results 1 to 4 of 4

Thread: Auto HTML Update??

  1. #1
    Join Date
    Aug 2005
    Posts
    16
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default 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!
    Last edited by ubh; 09-20-2006 at 11:15 PM.

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    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.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  3. #3
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    If you just want to display the images:

    http://www.dynamicdrive.com/dynamici...thumbnail2.htm

    These can easily be done onclick with either a text or image link trigger.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  4. #4
    Join Date
    Aug 2005
    Posts
    16
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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.
    Last edited by ubh; 09-20-2006 at 10:33 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •