User Profile

Collapse

Profile Sidebar

Collapse
dhaval321
dhaval321
Last Activity: Sep 17 '07, 03:48 AM
Joined: May 16 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • How to put image in a layer through Javascript

    Hello Guys,

    Actually i m doing like when one user selects the particular picture and press enter then the function of javascript called .function is shown below.
    [code=javascript]
    function select()
    {
    document.formna me.layername.do cument.write("< img src='image.jpg' width='400' height='400'>") ;
    }[/code]

    But it gives me error of like. document.formna me.layername is null...
    See more | Go to post
    Last edited by pbmods; Sep 11 '07, 02:13 AM. Reason: Added CODE tags.

  • ohh thx to all buddy,
    For taking interest in this extra ordinary matter..Logisia n is right have to declare value to option..Other browsers takes default but for internet explorer assigned value is must..thx to all and specially to logisian as well as pbmods and acoder..u guys helped me a lot to go further in my project
    See more | Go to post

    Leave a comment:


  • yes
    sure from next time i will follow that .. but ur code works same . mean workin in firefox and even in opera also but only it is not workin in Internet Explorer
    See more | Go to post

    Leave a comment:


  • [code=javascript]
    function select()
    {
    alert(document. frmCalculate.se lectStudentName .value);
    }[/code]

    [code=html]
    <td height="46" width="229"><b> <font color="#6699CC" > Select </font></b></td>
    <td height="46" width="420">
    <p align="left">&n bsp;<select size="1"...
    See more | Go to post

    Leave a comment:


  • Hey pbmods.
    I have tried through ur code also but again same problem it is running perfectly in mozilla firefox but it is not givin any value in Internet explorer..Now i m stuck wht to do..Do u have any other way around?...
    See more | Go to post

    Leave a comment:


  • Thanks Nathj,
    Its workin..perfect ly..
    See more | Go to post

    Leave a comment:


  • space is not been taken through echo as a value of textbox

    Hello guys, my code is like

    [code=php]
    $temp="here there is space";
    <INPUT maxLength=30 name="txtFirstN ame" size="28" class="txtNorma l" tabindex="4" style="float: left" value=<?php echo $temp; ?>>[/code]


    But in a value of this textfield gives only "here" instead of "here there is space"....space is not been...
    See more | Go to post

  • ".Value" of dropdown box workin in firefox but not in IE. through javaScript

    Hello Guys,
    I have very strange problem . the attribute of drop down box(value) is perfectly running in firefox but it gives no value in Internet explorer.
    So kindly suggest me wht to do?
    See more | Go to post

  • dhaval321
    replied to Session Problem
    in PHP
    Oh ya, by mistake i have written seesion here but in program it is $_SESSION. And ya i have tried isset() in another page but still no progress....
    See more | Go to post

    Leave a comment:


  • dhaval321
    replied to Session Problem
    in PHP
    HI Nathj.
    Thanks for ur interest . i have checked tht register_global s in php.ini file and it is set off there.so i think no issue of that . i have also visited tht page which u specified . i know all, still having problems..can u suggest me how to come out?
    See more | Go to post

    Leave a comment:


  • dhaval321
    started a topic Session Problem
    in PHP

    Session Problem

    Hi all,
    i have used seessions in php 5..Tried all ways to run the session variable on the new page. but not able to fetch it. code is

    on Page1:

    session_start() ;
    $temp = 'xyz";
    $_SEESION['tmp'] = $temp;
    header("Locatio n: Page2.php");

    And on Page2:

    session_start() ;
    echo $_SEESION['tmp'];

    But i am not able to fetch variable...
    See more | Go to post

  • Unable to cast COM object of type 'System.__ComObject' to interface type

    Hello,
    Actually i am making plugin in spinfire software..And when i m using threading then the error of "Unable to cast COM object of type 'System.__ComOb ject' to interface type 'Actify.Xview3D .ISF_Node' comes........wh ere Actify And Xview3D are namespaces whereas ISF_Node is the interface...Now please help me out from this problem...its urgent
    See more | Go to post

  • Unable to cast COM object of type 'System.__ComObject' to interface type

    Hello,
    Actually i am making plugin in spinfire software..And when i m using threading then the error of "Unable to cast COM object of type 'System.__ComOb ject' to interface type 'Actify.Xview3D .ISF_Node' comes........wh ere Actify And Xview3D are namespaces whereas ISF_Node is the interface...Now please help me out from this problem...its urgent
    See more | Go to post

  • dhaval321
    replied to Setup Issue
    in .NET
    Ya Exactly..and that application should be running till installation completes so likes parallel processing...
    See more | Go to post

    Leave a comment:


  • dhaval321
    started a topic Setup Issue
    in .NET

    Setup Issue

    Hello guys,
    Actually i have made application in vb.net and now i have created its setup also in vb.net but in that now i want to launch one application before installation starts and it should be continued until the installation ends...so kindly tell me how to do this..its urgent...
    See more | Go to post

  • dhaval321
    replied to Setup application
    in .NET
    Thanks for that link..but actually i have already tried that...but my problem is still at its place......
    See more | Go to post

    Leave a comment:


  • dhaval321
    replied to Setup application
    in .NET
    As in through property window in vb.net it is possible to set the default path, but for dynamic puropse i want to set it through code in vb.net...and first it takes windows path default after that we can set..i.e.
    C:/program files/productname/manufacturer name.... but if i want to set as
    D:/... as default then how i can do it???...
    See more | Go to post

    Leave a comment:


  • dhaval321
    replied to Setup application
    in .NET
    But will u tell me how to set this path using vb.net.......
    See more | Go to post

    Leave a comment:


  • dhaval321
    started a topic Setup application
    in .NET

    Setup application

    Actually when i m creating setup of my application, i have defined default setup path by declaring productname and manufacturer property...but suppose the version of my application changes then new application should be installed at the previously default path...so default path should be which user has installed application.... to overcome this problem i have set one environment variable of this path..and during next installation i m fetcing this...
    See more | Go to post

  • Actually when i m creating setup of my application, i have defined default setup path by declaring productname and manufacturer property...but suppose the version of my application changes then new application should be installed at the previously default path...so default path should be which user has installed application.... to overcome this problem i have set one environment variable of this path..and during next installation i m fetcing this...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...