Jump to content

suresh1

Members
  • Posts

    24
  • Joined

  • Last visited

    Never

Everything posted by suresh1

  1. I am sending meeting request from outlook and trying to get event details but i am not getting the value using php. how to get the values using php. it is displaying like this BEGIN:VCALENDAR PRODID:-//Microsoft Corporation//Outlook 11.0 MIMEDIR//EN VERSION:2.0 METHOD:REQUEST BEGIN:VEVENT ATTENDEE;ROLE=REQ-PARTICIPANT;RSVP=TRUE:MAILTO:sannamdevara@gmail.com ORGANIZER:MAILTO:vchitti@conrep.com DTSTART:20100427T173000Z DTEND:20100427T180000Z LOCATION:Conrep TRANSP:OPAQUE SEQUENCE:0 UID:040000008200E00074C5B7101A82E00800000000C07DD2A127E6CA010000000000000000100 000004F3834ED875EA5429C80A0C8D3F4BFE6 DTSTAMP:20100427T110522Z DESCRIPTION:When: Tuesday\, April 27\, 2010 11:00 PM-11:30 PM (GMT+05:30) Chennai\, Kolkata\, Mumbai\, New Delhi.\nWhere: Conrep\n\n*~*~*~*~*~*~*~*~*~*\n\nCheck for mial Consept\n\n SUMMARY:BY Venu reddy PRIORITY:5 X-MICROSOFT-CDO-IMPORTANCE:1 CLASS:PUBLIC BEGIN:VALARM TRIGGER:-PT15M ACTION:DISPLAY DESCRIPTION:Reminder END:VALARM END:VEVENT END:VCALENDAR how to get description , summary values in the code and i want how to get headers for calendar. thanks in advance.
  2. hi i have move one xml file from one server to another server using PHP. need suggestions .. Thanks in ADV
  3. I want to modify signed.applets.codebase_principal_support in mozia using javascript dynamically, thanks in advance.
  4. I have used preg_match_all function in PHP file for asterisk(*) searching ..
  5. in the html page one text box i will give one value in that and submit form to php page through php page i have to get all filles and entered string have get from the files and display the result in the same php page only
  6. in the PHP coding i have to search all the files and strings get the related search value give the result
  7. I have to search asterisk(*) in the php code of the php files what i have written .Any one give the suggestions plz... Thanks in Adv...
  8. I have to search asterisk(*) in the php code of the php files what i have written .Any one give the suggestions plz... Thanks in Adv...
  9. i have submitted email id to domains. i want to check email id whether it is existing or not in domains using php and without using password . Thanks in advance.
  10. "<PARAM NAME=movie VALUE='".$flash_file.$u."library_path=".$library_path."&stage_width=".$width."&stage_height=".$height."&php_source=".$php_source; if($license!=null){$html.="&license=".$license;} $html.="'> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#".$bg_color."> Above php code is used to loading content in flash player, but it is working fine in IE, it is not working in mozila, Give me any suggestions Thanks in adv..............
  11. <input type="file" style='width:0px;' name="docFilePath" id="docFilePath" size="chars" tabindex="15" taborder="15" style="width:90px;font-size:12px;" onchange="document.getElementById('docFilePath1').value=document.getElementById('docFilePath').value;" class="conrep-inputfields" > in the above code width:0px is working fine, it is not working in mozila, give me any suggestions, thanks in adv
  12. conrep-hd_bg1 { width:25%; height:100%; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=#FFFFFF, EndColorStr=#006699)} above code is working fine IE, it is not working in mozila, give me any suggestions
  13. can u give me undo and redo functins in mozila.
  14. my flash is not loading content in mozila, how to load content in flash player, give me any suggestions Thanks in adv..........
  15. flash is not working in mozila with codebae,classid, give me suggestis how it is working in mozila
  16. i want to its worked in php code, give me any suggestions thanks in adv........
  17. any settings for close the parent window when click on logout&closewindow in mozila. it is working fine IE. give me any suggestions. Thanks in adv.......
  18. function InsertChart( $flash_file, $library_path, $php_source, $width=400, $height=250, $bg_color="666666", $transparent=false, $license="D1OURHVZC2BA8F76D5J6.FNAH2VORK" ){ $php_source=urlencode($php_source); $library_path=urlencode($library_path); $html="<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' "; $html.="WIDTH=".$width." HEIGHT=".$height." id='charts' ALIGN=''>"; $u=(strpos ($flash_file,"?")===false)? "?" : ((substr($flash_file, -1)==="&")? "":"&"); $html.="<PARAM NAME=movie VALUE='".$flash_file.$u."library_path=".$library_path."&stage_width=".$width."&stage_height=".$height."&php_source=".$php_source; if($license!=null){$html.="&license=".$license;} $html.="'> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#".$bg_color."> "; if($transparent){$html.="<PARAM NAME=wmode VALUE=transparent> ";} $html.="<EMBED src='".$flash_file.$u."library_path=".$library_path."&stage_width=".$width."&stage_height=".$height."&php_source=".$php_source; if($license!=null){$html.="&license=".$license;} $html.="' quality=high bgcolor=#".$bg_color." WIDTH=".$width." HEIGHT=".$height." NAME='charts' ALIGN='' swLiveConnect='true' "; if($transparent){$html.="wmode=transparent ";} $html.="TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'> </EMBED></OBJECT>"; return $html; } above php code not working in mozila
  19. function InsertChart( $flash_file, $library_path, $php_source, $width=400, $height=250, $bg_color="666666", $transparent=false, $license="D1OURHVZC2BA8F76D5J6.FNAH2VORK" ){ $php_source=urlencode($php_source); $library_path=urlencode($library_path); $html="<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' "; $html.="WIDTH=".$width." HEIGHT=".$height." id='charts' ALIGN=''>"; $u=(strpos ($flash_file,"?")===false)? "?" : ((substr($flash_file, -1)==="&")? "":"&"); $html.="<PARAM NAME=movie VALUE='".$flash_file.$u."library_path=".$library_path."&stage_width=".$width."&stage_height=".$height."&php_source=".$php_source; if($license!=null){$html.="&license=".$license;} $html.="'> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#".$bg_color."> "; if($transparent){$html.="<PARAM NAME=wmode VALUE=transparent> ";} $html.="<EMBED src='".$flash_file.$u."library_path=".$library_path."&stage_width=".$width."&stage_height=".$height."&php_source=".$php_source; if($license!=null){$html.="&license=".$license;} $html.="' quality=high bgcolor=#".$bg_color." WIDTH=".$width." HEIGHT=".$height." NAME='charts' ALIGN='' swLiveConnect='true' "; if($transparent){$html.="wmode=transparent ";} $html.="TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'></EMBED></OBJECT>"; return $html; } above php code is working fine in IE, but it is not working in mozila, give me any suggestions. thanks in adv.......................
  20. function doRedo() { document.execCommand('redo', false, null); } above code is not working in mozila.but it is working fine in IE. Thanks in adv.........
  21. Drag table is not working in mozilla functions in javascript are working fine but width for the TD Is not setting properly... Any suggestions ... thanks in Adv
  22. I have a problem with drag table in mozilla php (smarty) using javascript functions. The code used is : {foreach from=$heading_array item=hdng key=col_name name=headng_loop} <td width="40px;" id='column{$col_name}' name= {$col_name} sort="" {if $align_view.$col_name.CWDTH neq '0' or $align_view.$col_name.CWDTH neq ''} style="padding-left:3px;word-wrap:break-word;{*$align_view.$col_name.CWDTH*};"{/if} {if $wrapflag neq '' or $wrapflag neq 0}style='vertical-align:top;'{/if}>{if $drag_flg eq 1} <table height=100% cellSpacing=0 cellPadding=0 border=0 style=""> <thead> <tr> <td>{/if}{if $align_view.$col_name.CWDTH eq '0' or $align_view.$col_name.CWDTH eq ''} <nobr {if $drag_flg eq 1} id='columnTitle{$col_name}' STYLE=" overflow: hidden; text-overflow: ellipsis;" {/if} >{/if} <a href="#" onClick="javascript:sortByCol('{$col_name}');">{$hdng}</a> <a href="#" onclick="javascriptpenFilterRow(this,'sort_clm{$col_name}');fltr_sz(this);" id='anchor_{$col_name}'>ยป</a> <input type="hidden" name="sort_cl[{$col_name}]" id="sort_clm{$col_name}" value="{$sortcl.$col_name}"/> <input type="hidden" name="sort_ad[{$col_name}]" id="sort_{$col_name}" value="{$sortad.$col_name}"/>{if $align_view.$col_name.CWDTH eq '0' or $align_view.$col_name.CWDTH eq ''} </nobr> {/if}{if $drag_flg eq 1} </td> </tr> </table>{/if} </td> {if $smarty.session.BROWSER.NAME eq 'IE'} <td {if not $smarty.foreach.headng_loop.last}style="width:1px"{/if} > <img src="{$smarty.const._IMAGE_PATH}/spacer.gif" height=100% border=0 style="position: relative; left: 2px" {if $drag_flg eq 1} title="Drag To Resize" onMouseOver="this.style.cursor='E-resize';" onMouseDown="javascript:ResizeColumnOnMouseDownEvent('flexibleTable', '{$col_name}', 'document')"{/if}> </td> {else} <TD STYLE='width:0px;TEXT-ALIGN:RIGHT;CURSOR:E-RESIZE;' > <img src="{$smarty.const._IMAGE_PATH}/spacer.gif" height=100% border=0 style="position: relative; left: 2px" {if $drag_flg eq 1} title="Drag To Resize" onMouseOver="this.style.cursor='E-resize';" onMouseDown="javascript:MozillaOnMouseDownEvent(this,event,'column{$col_name}')" onmousemove="javascript:MozillaOnMouseUpEvent(event);"{/if}> </TD> {/if} {/foreach} <input type='hidden' name='tableMove' id='tableMove' value=''> <input type='hidden' name='tdMove' id='tdMove' value=''> <input type='hidden' name='tdDrag' id='tdDrag' value=''> My javascript functions are : function MozillaOnMouseDownEvent(obj,event,obj1){ // alert(obj1); document.getElementById('tableMove').value=obj1; document.getElementById('tdMove').value=event.clientX; document.getElementById('tdDrag').value=1; } function MozillaOnMouseUpEvent(event){ //alert(event); //alert(document.getElementById('tdDrag').value); if(document.getElementById('tdDrag').value==1){ newPos = event.clientX; prevPos = document.getElementById('tdMove').value; tdCol = document.getElementById('tableMove').value; alert(tdCol) prevWidth = document.getElementById(tdCol).style.width; alert(prevWidth); if(parseInt(newPos)>parseInt(prevPos)){ presPos = parseInt(newPos)-parseInt(prevPos); if(parseInt(prevWidth)){ document.getElementById(tdCol).style.width = parseInt(prevWidth)+parseInt(presPos)+'px'; } else{ document.getElementById(tdCol).style.width = parseInt(presPos)+'px'; } alert(prevWidth+'*******'+tdCol+'------'+presPos+'if---'+document.getElementById(tdCol).style.width); } else{ presPos = parseInt(prevPos)-parseInt(newPos); if(parseInt(prevWidth)){ document.getElementById(tdCol).style.width = parseInt(prevWidth)-parseInt(presPos)+'px'; } else{ document.getElementById(tdCol).style.width = parseInt(presPos)+'px'; } //alert(tdCol+'------'+presPos+'else---'+document.getElementById(tdCol).style.width); } document.getElementById('tdDrag').value=''; } } Any suggestions from experts.. Thanks in Adv
  23. function InsertChart( $flash_file, $library_path, $php_source, $width=400, $height=250, $bg_color="666666", $transparent=false, $license="D1OURHVZC2BA8F76D5J6.FNAH2VORK" ){ $php_source=urlencode($php_source); $library_path=urlencode($library_path); $html="<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' "; $html.="WIDTH=".$width." HEIGHT=".$height." id='charts' ALIGN=''>"; $u=(strpos ($flash_file,"?")===false)? "?" : ((substr($flash_file, -1)==="&")? "":"&"); $html.="<PARAM NAME=movie VALUE='".$flash_file.$u."library_path=".$library_path."&stage_width=".$width."&stage_height=".$height."&php_source=".$php_source; if($license!=null){$html.="&license=".$license;} $html.="'> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#".$bg_color."> "; if($transparent){$html.="<PARAM NAME=wmode VALUE=transparent> ";} $html.="<EMBED src='".$flash_file.$u."library_path=".$library_path."&stage_width=".$width."&stage_height=".$height."&php_source=".$php_source; if($license!=null){$html.="&license=".$license;} $html.="' quality=high bgcolor=#".$bg_color." WIDTH=".$width." HEIGHT=".$height." NAME='charts' ALIGN='' swLiveConnect='true' "; if($transparent){$html.="wmode=transparent ";} $html.="TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'></EMBED></OBJECT>"; return $html; } above code is working fine in IE,but not working in mozila any suggestions thanks in adv........
×
×
  • 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.