Jump to content

ehsanshekari

New Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Everything posted by ehsanshekari

  1. in sql server 2005 we can write "on delete cascade on update cascade" when we create a table. i couldn't use it in MySql. is there anything similar in MYSql ? i think it's a part of standard SQL.
  2. how can i remove the yellow bar that apperas under the adress bar when a page contains javascript? the browser I use is IE. it appears each time i open a page. thx.
  3. 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>
  4. 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.
  5. i don't read php (javascript,Dhtml,...) codes at all I just copy and paste . 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?
  6. 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.