User Profile

Collapse

Profile Sidebar

Collapse
siva07
siva07
Last Activity: Aug 9 '07, 05:54 AM
Joined: Jul 14 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • siva07
    replied to Problem in open PopUp window
    Thank u For your reply,

    The Error is ---> Expected ').

    I got the solution For this problem ,This Error i am getting only when i pass any one of parameter with space (Ex; name=hello world) .

    Is any Solution For sending parameter value with space ,

    Thanks,
    See more | Go to post

    Leave a comment:


  • siva07
    started a topic Problem in open PopUp window

    Problem in open PopUp window

    [HTML]<SCRIPT language=JavaSc ript type=text/javascript>
    <!--

    function open1(URL) {
    popupWin = window.open(URL , 'popup', 'dependent=0, height=400,widt h=480,screenX=2 00,left=200,scr eenY=200,top=10 ,channelmode=0, dependent=0,dir ectories=0,full screen=0,locati on=0,menubar=0, resizable=1,scr ollbars=1,statu s=0,toolbar=0', 'launcher');
    }
    //-->
    </SCRIPT>



    ...
    See more | Go to post
    Last edited by acoder; Aug 8 '07, 10:12 AM. Reason: Code in tags

  • siva07
    started a topic SUM function with multiple table

    SUM function with multiple table

    Hi Experts,

    I have two table called T1 and T2

    T1


    shipid--------------amount
    1 -------------------- 100
    2-------------------- 10
    3-------------------- 50



    T2

    Artist--------------------shipid

    A1----------------------------2
    A1----------------------------3
    A2----------------------------1...
    See more | Go to post

  • siva07
    replied to distinct with multiple field
    Thanks for your reply,

    I have tried to select only the distinct artist,its working.but if i select both artist and company it gives duplicate records.

    is any idea.
    See more | Go to post

    Leave a comment:


  • siva07
    started a topic distinct with multiple field

    distinct with multiple field

    my $cStr="select distinct artist,company from albuminfo ";


    i am using this query to select unique artist and company. But the duplicates also get display.

    Is any idea.

    Thanks
    See more | Go to post

  • siva07
    started a topic How "map path" if a folder above root

    How "map path" if a folder above root

    Hi experts

    i want get a folder which is outside the root directory that is i use as a private directory

    help me
    Thanks
    See more | Go to post

  • siva07
    started a topic prevent copying media sample, allow play

    prevent copying media sample, allow play

    [code=asp]<html>
    <head>
    <title><%=strTi tle%></title>
    </head>
    <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0 ">
    <div align="center">
    <font face=arial size=1 color=#000000>< %=strTitle%></font>
    <OBJECT
    ID="mediaPlayer "
    CLASSID="CLSID: 22d6f312-b0f6-11d0-94ab-0080c74c7e95"...
    See more | Go to post
    Last edited by jhardman; Jul 16 '07, 06:24 PM. Reason: put code in code tags
No activity results to display
Show More
Working...