User Profile

Collapse

Profile Sidebar

Collapse
TechnoAtif
TechnoAtif
Last Activity: Jan 22 '09, 09:03 AM
Joined: Sep 25 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • TechnoAtif
    replied to Logout problem using cookie
    in PHP
    thanx for the reply.
    Can you please give some example
    See more | Go to post

    Leave a comment:


  • TechnoAtif
    started a topic Logout problem using cookie
    in PHP

    Logout problem using cookie

    Hi All,I'm using following two codes for logging in and logging out,respectivel y.
    At the localhost the codeis working fine however when uploaded on the internet,The login page works fine but the logout page has no effect.Clicking on logout tab does not logs out the user and the user account remains intact.
    Any help please.


    Login:

    [PHP]<?
    setcookie("appi d",$row->applicantid) ;...
    See more | Go to post

  • Ok i'll try it. lets hope for the best. If you have done some work on it kindly share with me. Alongside i'm trying it on my side too .

    Thanks
    See more | Go to post

    Leave a comment:


  • plz dont tell me that their is no solution to this issue. I have to do it for th client

    plz find some solution.
    See more | Go to post

    Leave a comment:


  • I want the popup window not to get closed ,even on click of the close option untill the time fixed for its display does not gets over.
    Using Window.onbefore unload prompts a dialog box and the window can be closed on clicking the ok button . I dont want it to close .
    Any suggestions?
    See more | Go to post

    Leave a comment:


  • [HTML]<title>Popup WebPage</title>
    <script language="javas cript">
    function makePopup(url, width, height, overflow)
    {
    if (width > 640) { width = 640; }
    if (height > 480) { height = 480; }
    if (overflow == '' || !/^(scroll|resize |both)$/.test(overflow) )
    {
    overflow = 'both';
    }
    var win = window.open(url , '',
    'width=' + width + ',height=' + height...
    See more | Go to post

    Leave a comment:


  • Alternate for Showmodaldialog in mozilla firefox

    Hi all.
    I have used showmodaldialog for a popup window. it works fine in IE but shows :Error: showModalDialog is not defined.
    I have gone through many forums but haven't got satisfactory solution.

    Moreover i dont want the popupwindow to be closed manually .It gets closed automatically as the time fixed for its display gets over.

    This functionality is working fine in IE but if someone could help me out to...
    See more | Go to post

  • Its ok if you dont want to help me.



    Thanks and Regards
    TechnoAtif
    See more | Go to post

    Leave a comment:


  • Unfortunately ,i have no option left lest to use Dojo as its what the client is demanding.So if anyone can help me.please come forward.

    Thanks and Regards
    TechnoAtif
    See more | Go to post

    Leave a comment:


  • Hi acoder

    So you mean to say that i can use
    [PHP]dijit.form.Text Box(params: Object?, srcNodeRef: DomNode|String) [/PHP]
    in place of:

    [PHP]var el = document.create Element('input' );
    el.type = 'text';
    el.name = 'txtRow' + iteration;
    el.id = 'txtRow' + iteration;[/PHP]

    Can you please elaborate further

    Thanks and Regards
    TechnoAtif
    See more | Go to post

    Leave a comment:


  • Hi ALL.
    Let me tell you the exact conditionso that it may be easier to sort out the problem. Actually i want the same functionality ,i.e. add a new row on each button click .But i want it for the Dojo Control.The controls used belong to Dojo ,the database model used to append the data with the script is mysql and the entire script is to be incorporated in a php page.This is what i require exactly.So making use of any client side scripting...
    See more | Go to post

    Leave a comment:


  • Hi acoder
    Thanx for the link.Its indeed very helpful.Next i wanted to know that is there any way out to perform the same task using Dojo Doolkit.I'm sure you must be aware of it.It also uses DHTML. and javascript.

    Thanks and Regards
    TechnoAtif
    See more | Go to post

    Leave a comment:


  • Add rows with mutiple controls on each button click using javascript or ajax

    [HTML]<form name=frm action="" method="post">
    <table>
    <tr><td><sele ct name=combo>
    <option>1</option>
    <option>2</option>
    <option>3</option>
    <option>4</option>
    </select>
    <td><input type="text" name=tb1 value=""></td>
    <td><input type="text"...
    See more | Go to post

  • Hi markusn00b

    its nice to get your explanation on the problem,but i think it needs some more elaborations for me.So please explain a bit more or if you have some sample page already made on such lines,please share it with me.

    Thanks and Regards
    TechnoAtif
    See more | Go to post

    Leave a comment:


  • Hi TheServant..

    Its Ok if it could be done using javascript or ajax.I am comfortable in javascript and upto a little bit in ajax as well.It wont be much problem for me to get the juice of the solution.So if you have any solution for this.please guide me.

    Thanks and Regards
    TechnoAtif
    See more | Go to post

    Leave a comment:


  • Hi markusn,
    Thanks for such quick response.If it is possible whole and sole in javascript ,then also it is of much help ,atleast i would be able to get the concept behind it.However if it could be done using php ,it could be better for me.But no problem if its in javascript.

    Thanks and Regards
    TechnoAtif
    See more | Go to post

    Leave a comment:


  • Add rows with mutiple controls on each button click

    [HTML]<form name=frm action="" method="post">
    <table>
    <tr><td><sele ct name=combo>
    <option>1</option>
    <option>2</option>
    <option>3</option>
    <option>4</option>
    </select>
    <td><input type="text" name=tb1 value=""></td>
    <td><input type="text"...
    See more | Go to post

  • TechnoAtif
    replied to Dojo Control
    Hi and thanks for the reply.
    Actually i want both the date and time to be visible in the same textbox using DOJO. I have managed to use date picker and time picker successfully,bu t both separately.My Boss wants me to generate a coding that could show both the time and date together in a text box that could be picked from dropdown date and time picker.
    If you can show some light on this,you arte most welcome

    Thanks and...
    See more | Go to post

    Leave a comment:


  • TechnoAtif
    started a topic Dojo Control

    Dojo Control

    Hi ALL

    I have to use DOJO control for datetimepicker. If anyone one has any idea about it please help.

    Thanks and Regards
    TechnoAtif
    See more | Go to post

  • TechnoAtif
    started a topic Dojo Date Time Picker.
    in PHP

    Dojo Date Time Picker.

    Hi All.
    I have to incorporate a DOJO datetimepicker control in PHP.I have used date picker and time picker separately.Howe ver am not able to find a way to use date and time together as datetimepicker control.It is hectic to have a view of both the javascript files separately and then make a new file out of them to generate a datatime control file.If any one is aware of this OR has knowledge of some links that could be useful in this regard...
    See more | Go to post
No activity results to display
Show More
Working...