Jump to content

Dooq

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Dooq's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I want one of the content (Adv) to be floating in the page. When the user scrol down I want it to goes down auto. Like the Adv in the right block here demonoid.com [code]<div class='adv'>Hello World!</div>[/code] can any body tell me what should I but in the adv CSS style
  2. I want to start my own programming company,and I looking for your advice. I have right now one major project [img src=\"style_emoticons/[#EMO_DIR#]/wink.gif\" style=\"vertical-align:middle\" emoid=\":wink:\" border=\"0\" alt=\"wink.gif\" /] I would'nt tell you about it but its hugs script. [b][!--sizeo:6--][span style=\"font-size:24pt;line-height:100%\"][!--/sizeo--]Do you have any good idea for php script ?[!--sizec--][/span][!--/sizec--] [/b] What do you think the best chice for accept payment?PayPal doesnt support my country so I'm looking for something else. I hate working as freelancer [img src=\"style_emoticons/[#EMO_DIR#]/laugh.gif\" style=\"vertical-align:middle\" emoid=\":laugh:\" border=\"0\" alt=\"laugh.gif\" /] Any advice ?
  3. Hi How can i change a string to number ? when i get the data using innerHTML method the data will be string,but i need to change the data type to do some Math work on it. Regards
  4. Hi this code dosent work with the IE6 but it work with FireFox. [code] document.getElementById( 'ShopCart' ).innerHTML = '<tr><td class="sub_cat"><img border="0" src="Image/product_img/product_thump/'+id+'.bng" height="20" width="20">'+document.getElementById( 'name' ).innerHTML+'<br />Q :<span id="quant_'+id+'">1</span></td></tr>'+document.getElementById( 'ShopCart' ).innerHTML; [/code] how can i fix it to work with IE Thanks
  5. Hi How Can i add new row to a specific table when someone click an image ? [!--quoteo--][div class=\'quotetop\']QUOTE[/div][div class=\'quotemain\'][!--quotec--] <table id="Fileds"> <tr> <td> Hi </td> </tr> </table> [/quote] when a visitor click into an image in my website i whant to add a new row like this for example: [!--quoteo--][div class=\'quotetop\']QUOTE[/div][div class=\'quotemain\'][!--quotec--] <tr> <td> Example </td> </tr> [/quote] so the result sholde be like this : [!--quoteo--][div class=\'quotetop\']QUOTE[/div][div class=\'quotemain\'][!--quotec--] <table id="Fileds"> <tr> <td> Hi </td> </tr> <tr> <td> Example </td> </tr> </table> [/quote] i need this ASAP pleas. can any body help me ? Regards,
×
×
  • 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.