Results 1 to 2 of 2

Thread: changing an .ssi by pressing a button

  1. #1
    Join Date
    Mar 2007
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default changing an .ssi by pressing a button

    hey, I was wondering if it was possible to call an .ssi page with a variable for example like

    var kind;
    kind = 'hello.ssi'
    so I can use it like this
    <script type="text/javascript" src="kind">
    </script>


    obviously I dont know the actuall code.
    but different buttons would change the .ssi
    I hope it kind of clear
    thanks

  2. #2
    Join Date
    Feb 2007
    Posts
    293
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Not sure what you're talking about - By "call an ssi page" do you mean an entire server side include? Or are you looking to just change the look of a page by clicking a button? Or write something in a portion of the page?

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
  •