Jump to content

ehsanshekari

New Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Posts posted by ehsanshekari

  1. hi

     

    we create pop up like the one below. I wanted to put some linkes in the pop-up.

    Is it possible?. how can i do that?

    i changed value of pbody.innerHTML to '<a href="http://www.google.com/">google</a>' but it doesn't work.

     

    thanks

     

    <script type="text/javascript">

    function show_popup()

    {

    var p=window.createPopup();

    var pbody=p.document.body;

    pbody.style.backgroundColor="lime";

    pbody.style.border="solid black 1px";

    pbody.innerHTML="This is a pop-up! Click outside the pop-up to close.";

    p.show(150,150,200,50,document.body);

    }

    </script>

  2.  

    one of my friends give me a code an said this on would work because he has examined it before.

    but it didn't work.

     

    there must be something wrong with my configurations or maybe i make a funny mistake each time.

     

    thank you.

     

  3. i don't read php (javascript,Dhtml,...) codes at all I just copy and paste .    ;D

    i have tried several codes from several sites but i still have that problem.

    can you  name a site that you are sure that their examples works?

     

  4. hi

     

    i have installed php on my computer.

    i make an html page and a php page for uploading a file .when i press the submit button a window appears that has open and save buttons and when i press save button the php page saves not the file i want.

    i have gone to many sites i copy paste their example but nothing changes .

     

    thans.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.