User Profile

Collapse

Profile Sidebar

Collapse
Geneticus
Geneticus
Last Activity: Oct 30 '08, 07:18 PM
Joined: Sep 5 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • In the php page:
    Code:
    <a href=javascript:doit("<?php echo $tscript; ?>")><img src=button.gif> /a>
    From View Frame source:
    Code:
    <a href=javascript:testit(' <b>admin - </b> Hello? <br> Hi yourself! <br>[B]')>[/B]<img src=images/copyto.gif width=22 height=22 border=0></a>
    and I get the same result.

    However,...
    See more | Go to post
    Last edited by Atli; Sep 8 '08, 06:33 PM. Reason: Fixed the closing [/code] tags.

    Leave a comment:


  • If I substitute that Variable with another one containing a different value it works.

    Ex:
    Code:
    <a href=javascript:doit(<?PHP Echo $channel_A['onchannel']?>)><img src=button.gif></a>
    That works giving me the result of javascript:doit (23)
    while there are quotes there, they are inside the PHP tag fore array retrevial.

    Since it's just the contents of that one variable that...
    See more | Go to post
    Last edited by Atli; Sep 5 '08, 09:51 PM. Reason: Fixed the quote

    Leave a comment:


  • This passes the variable Name as a string, not the variable Contents....
    See more | Go to post

    Leave a comment:


  • Geneticus
    replied to Which Is The Best Adult Image Filter ?
    in PHP
    Are they actually uploading the images to you or are they just linking them?

    I don't believe filters work with linked images.....
    See more | Go to post

    Leave a comment:


  • Geneticus
    started a topic Problems Passing PHP var to Javascript Function
    in PHP

    Problems Passing PHP var to Javascript Function

    I have a page containing tabs that are generated through a loop.
    Each iteration through the loop the tab contains several links that preform functions specific to the contents of that tab (chat pages)

    I have a function in PHP that gathers all of the chat messages for a given tab and smooshes (technical term :P) them together and dumps them into a js function which in turn allows the transcript to be copied to the clipboard with...
    See more | Go to post
No activity results to display
Show More
Working...