Does URL Services support client side script?

My ASP page it built as a portlet, and displays fine but it
won't submit. When I view the Source in my browser, Portal
didn't include any of my client side vbscript script, then html
is there but everything else is missing....
Question: Does URLServices support client-side VBScript?
I am using some vbscript for validation purposes and then
using the document.ChangePassword.submit() to submit the
form.
If URLServices doesn't support it, then URLServices is totally
useless... Everyone uses some kind of client-side script to
validate the form!

Hi Rea,
Per my understanding you want to know some information about using the Visual Studio to do the debugging, right?
Example, If you want to debug a customized extension for SQL Server Reporting Services(SSRS) in Visual Studio, you can attach the process to ReportingSerivcesService. We need to check the items "Show processes from all users" and "Show
processes in all sessions" to show the "ReportingSerivcesService. exe" process.
Additionally, please make sure the customized extension is invoked in the Reporting Services(make sure all configurations is set correctly), otherwise we won't be able to run into the breakpoint. More Details information in this article for your reference:Start
a debugging session for a Store app in Visual Studio (VB, C#, C++ and XAML)
You can also add the debugger keyword in the code, see
Debug JavaScript and jQuery using Visual Studio in Internet Explorer browser
Similar thread below for your reference:
https://social.msdn.microsoft.com/Forums/sqlserver/en-us/df9dfaab-59af-4a85-916c-ef9e11e07071/debug-custom-net-assembly-in-context-of-sql-reporting-server-2008?forum=sqlreportingservices
If you still have any problem, please feel free to ask.
Regards
Vicky Liu

Similar Messages

  • Can I open a recordset On Client Side Script?

    Hi Guys,
    On a form I have a client side VBscript thet checks the email
    addy a user has added into a text box in a form and if its in the
    array of values set in the script it gets refused. This works.....
    I would like to adapt this a little if possible and make it
    so that instead of hardcoding the array values into the script, I
    would like to have the array values taken from a recordset because
    it will allow the user to add and delete bad domains via a form and
    not need to go into the page code to add to the array I have at the
    moment.
    I have tried serval times to replace my array loop with a
    recordset while loop to get the badDomains from the field in the
    database but I just get script error on page in my task bar.
    Can I open a recordset from a client side script?
    Id apprecaiate eny thoughts on how I can do this.
    Thanks again
    Tag

    Hi Envision,
    Its actually VBScript im in at the moment...
    I have tried to get my client script to run but im still just
    not getting it although I dont think im far away, mixing client
    side and server side scripts to get this array loaded is still
    throwing me a bit !!!!!!
    I tried to follow the For loop suggested in JS but did it in
    VBS and wondered if anyone could give it a look and point me to my
    errors?
    I dont like just posting code without being asked as its a
    bit presumptious of me but Im not asking anyone to write this for
    just point me to my problems hopefully.....
    Here is what I have , when the page loads I used DW to make a
    recordset for me to open the table with stored bad domains and this
    client script is supposed to harness the recordset created server
    side by DW and loop through the field and compare whats in the
    forms email textbox..
    [code]
    Sub CheckMail()
    Dim sValidationMessage
    Dim sEmail
    Dim sBadDomains()
    Dim nIndex
    dim counter
    sValidationMessage = ""
    sEmail = Document.Form2.email.value
    nIndex = 0
    counter =<%=(rsGetBadDomains_total)%>
    If Not (InStr(1, sEmail, "@") > 0 And InStr(1, sEmail,
    ".") > 0) Then
    sValidationMessage = "You have entered an invalid email
    address!"
    End If
    If Len(sValidationMessage) = 0 Then
    For nIndex = 0 to counter
    sBadDomains(nIndex) =
    <%=(rsGetBadDomains.Fields.Item("sBadDomains").Value)%>
    If InStr(1, sEmail, sBadDomains(nIndex)) > 0 Then
    sValidationMessage = "You have entered an unsuitable E-Mail
    address please use your main ISP E-Mail address"
    Exit For
    End If
    nIndex=nIndex+1
    Next
    End If
    If Len(sValidationMessage) > 0 Then
    MsgBox sValidationMessage
    document.Form2.email.select
    Else
    document.Form2.submit()
    End If
    End Sub
    [/code]
    Thanks again for all the support so far.
    Regards
    Tag

  • Can we access popularity trends using client side script?

    Hi, 
     I have a requirement to show the hit count for my image library's item(s). When ever I am opening an image from the image library, I just wanted to show the hit counts. For this I have created a Number column and updating this column by using CSOM
    when ever hit happens to that particular item. 
    The problem arises here, for visitors ( who has read only permission to the site) I am not able to update the column due to permission issue. Since we all know that we can't elevate the privilege from client side script. And also our design says that we
    can't give the contribute permission to all the users at the library level. How can we update the count at item level even when the visitors are opening an item from the image library? 
    Please help me... 
    Thanks in advance
    Sekar - Our life is short, so help others to grow
    Whenever you see a reply and if you think is helpful, click "Vote As Helpful"! And whenever
    you see a reply being an answer to the question of the thread, click "Mark As Answer

    972454 wrote:
    can we access 11gr2 oracle using 11g r1 OWB Client? NO .. Oracle 11gR2 db is accessible only from OWB11gR2 client
    we have 11g r1 database installed on our machine, and 11g r2 OWB client on other machine.
    Please help. we are unable to connect.
    Sorry this is different from your 1st question.
    For your information OWB11gR2 client can access 11g r1 database
    Regards
    Gaurav

  • Identifying Flash Player versions 10a, 10b and 10c using client side scripting

    I need to write a client side script to identify users with 10a, 10b or 10c installed, but I only see version 10 (no letters.) Is there a translation between version keys major/minor/revision, and 10a/10b/10c? I want to use the (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash"))) method in conjuction with the javascript.GetVariable("$version") method, and I need to know what values to check for.
    Thanks very much!

    For your information
    Flash10.ocx  / FlDbg10.ocx  = 10.0.2.54   Shipped with CS4
    Flash10a.ocx / FlDbg10a.ocx = 10.0.12.36
    Flash10b.ocx / FlDbg10b.ocx = 10.0.22.87
    Flash10c.ocx / FlDbg10c.ocx = 10.0.32.18
    Flash10d.ocx / FlDbg10d.ocx = 10.0.42.34

  • What is the Oracle 10g services in client-side use?

    What is the Oracle 10g services in client-side use?--------No188

    Hi,
    Don't you think that including the question number tips-off people that this is course work?
    Anyway, Google can be very helpful for finding answers to your Oracle questions. Check this out:
    http://www.dba-oracle.com/t_google_keyword_searching.htm

  • Does web service support all the properties in the standalone BI console?

    Hi,
    Currently I am using BI web service API to get the report and its parameters and so on. But I find that the object definition in the web service can't be full defined to match the properties in the console UI. For exaple, ReportDefinition object there is no description property, so I can't get the desc by the ReportDefinition object (By now I don't know how to get it). Another sample is, there is no Parameter object defined in the web service, only ParamNameValue object, so I can't get the default value for the parameter defined in the console UI.
    Is there any solution for me?
    HELP!!!

    It is just not working for me. I am using static stub.
    After tracking the HTTP traffic, I found that the WL70 server is not issuing any
    cookie. I have configured all the parameters for tracking session in the web application,
    but I still don't see any cookie in the HTTP headers from the server. I also tried
    to invoke the service using a browser, still no cookie seen. Is this a bug or
    there is some other configuration for the server?
    - Hao
    "manoj cheenath" <[email protected]> wrote:
    By default client will maintain the session. You dont have to set this
    property.
    Are you using static or dyn client?
    Also, you should use the same instance of the stub for all your invokes
    (all invokes to be in the same session).
    regards,
    -manoj
    "Hao Chen" <[email protected]> wrote in message
    news:[email protected]..
    It is not working for me.
    When I set the "javax.xml.rpc.session.maintain" property, weblogicthrows
    "UnsupportedOperation"
    exception and be default I don't see any session information beingpassed.
    How do I configure the client side or even the server?
    Thanks.
    - Hao
    "manoj cheenath" <[email protected]> wrote:
    WL70 client does support http session. Is this not
    working for you?
    regards,
    -manoj
    "Hao Chen" <[email protected]> wrote in message
    news:3d6402ac$[email protected]..
    Does anybody know how to make WL70 Web Service support sessions?
    The "javax.xml.rpc.session.maintain" property on Stub does not seemto
    work.
    Without session support, it is almost no use for us because we haveto
    authenticate
    the user each time.
    Thanks in advance.
    - Hao

  • Debugging SSRS client side script

    Hi eb
    I would appriciate your recomendations for debbuging SSRS client side functionality
    especially when it is embedded in web applications like performancepoint dashboards. 
    Was any one succesfull in using IE developer tools script debbuger
    - or any other tool fot this matter?
    For example 
    I would like to put a breakpoint on the function which opens the plus sign next to row groups and step into its 
    code but dont know how to locate it inside the script that is presented to me in IE script debbuger...
    IE dev tools should be usefull on debuging specific user issues.
    Does visual studio have other usefull methods for debugging SSRS reports - I am interested especially
    in debugging SSRS functions that sometimes do not work as i expect...
    TIA!
    Rea

    Hi Rea,
    Per my understanding you want to know some information about using the Visual Studio to do the debugging, right?
    Example, If you want to debug a customized extension for SQL Server Reporting Services(SSRS) in Visual Studio, you can attach the process to ReportingSerivcesService. We need to check the items "Show processes from all users" and "Show
    processes in all sessions" to show the "ReportingSerivcesService. exe" process.
    Additionally, please make sure the customized extension is invoked in the Reporting Services(make sure all configurations is set correctly), otherwise we won't be able to run into the breakpoint. More Details information in this article for your reference:Start
    a debugging session for a Store app in Visual Studio (VB, C#, C++ and XAML)
    You can also add the debugger keyword in the code, see
    Debug JavaScript and jQuery using Visual Studio in Internet Explorer browser
    Similar thread below for your reference:
    https://social.msdn.microsoft.com/Forums/sqlserver/en-us/df9dfaab-59af-4a85-916c-ef9e11e07071/debug-custom-net-assembly-in-context-of-sql-reporting-server-2008?forum=sqlreportingservices
    If you still have any problem, please feel free to ask.
    Regards
    Vicky Liu

  • U0081u009AAbout dropdownListBox client side script?(Urgent)u0081u009A

        <script language = "javascript">
            function ConfirmShiftAlert(htmlbevent) {
              var Check = false;
              Check = confirm('Do you wanna change?');
              if(Check == false) {
                htmlbevent.cancelSubmit = true;
              } else {
                htmlbevent.cancelSubmit = false;
        </script>
    <htmlb:dropdownListBox id = "pa_2003-shift"
                        table = "<%= application->mv_tprog %>"
                    selection = "<%= application->mv_2003-shift %>"
                    onSelect  = "TPROG_CHANGE"
                    onClientSelect = "ConfirmShiftAlert(htmlbevent)"
                    disabled  = "<%= pa_disabled %>"
                    nameOfKeyColumn   = "key"
                    nameOfValueColumn = "value" />
    Question..
    When user changes listbox's value
    Alert window pop up and then clicks "cancel" button
    I want that the listbox has previous value.
    Because the user clicks the cancel button.....
    How can i do?

    Hai U can check out the following code for ur reference,
    <%@page language="abap" %>
    <%@extension name="htmlb" prefix="htmlb" %>
    <htmlb:content design="design2003" >
      <htmlb:page title="dropdowntest " >
        <htmlb:form id="form1" >
         <%
      DATA: t TYPE TIHTTPNVP, entry TYPE IHTTPNVP.
      entry-name = 'key_red'.   entry-value = ' '.   APPEND entry TO t.
      entry-name = 'key_green'. entry-value = 'Green'. APPEND entry TO t.
      entry-name = 'key_blue'.  entry-value = 'Blue'.  APPEND entry TO t.
      entry-name = 'key_black'. entry-value = 'Black'. APPEND entry TO t.
          %>
          <htmlb:dropdownListBox id                = "abc"
                                 nameOfKeyColumn   = "NAME"
                                 nameOfValueColumn = "VALUE"
                                 table             = "<%= t %>"
                                 onSelect          = "TPROG_CHANGE"
                                 onClientSelect    = "ConfirmShiftAlert(htmlbevent)"
                                 selection         = "key_green" />
          <script language = "javascript">
          var sel_var;
          sel_var = window.document.form1.abc.options.selectedIndex ;
          alert( sel_var);
          function ConfirmShiftAlert(htmlbevent) {
          var Check = false;
          Check = confirm('Do you wanna change?');
          if(Check == false) {
          window.document.form1.abc.options.selectedIndex = sel_var;
          alert( sel_var);
          htmlbevent.cancelSubmit = true;
          } else {
          htmlbevent.cancelSubmit = false;
          </script>
        </htmlb:form>
      </htmlb:page>
    </htmlb:content>
    regards,
    venkatesh
    Message was edited by: venkateshwarlu yelagandula

  • How to use KeyChain API from client-side HTML scripting in Safari on iPad?

    I have a requirement where I need to add client-side scripting in an HTML page to be supported by Safari on iPad that creates a private / public key pair and that creates a CSR (Certificate Signing Request) in PKCS#10 or SPKAC format that can be sent to a certification authority server using form HTTP/POST that will then return the generated certificate.
    I initially thought that I could simply use the HTML 5 tag <keygen> which can do exactly what I need, but unfortunately this tag is not at all supported on mobile Apple devices like iPad or iPhone, so I have to look for another solution.
    I have noticed that the KeyChain tool should be available on iPad using the documented API, but I have no idea based on the documentation whether the API can be called from client-side HTML scripting on iPad.
    Question : is it technically possible using the functionalities and API's exposed on an iPad to implement what I just described in HTML client-side scripting? If so, do you have some links with useful information that can help me on my way?

    I have a requirement where I need to add client-side scripting in an HTML page to be supported by Safari on iPad that creates a private / public key pair and that creates a CSR (Certificate Signing Request) in PKCS#10 or SPKAC format that can be sent to a certification authority server using form HTTP/POST that will then return the generated certificate.
    I initially thought that I could simply use the HTML 5 tag <keygen> which can do exactly what I need, but unfortunately this tag is not at all supported on mobile Apple devices like iPad or iPhone, so I have to look for another solution.
    I have noticed that the KeyChain tool should be available on iPad using the documented API, but I have no idea based on the documentation whether the API can be called from client-side HTML scripting on iPad.
    Question : is it technically possible using the functionalities and API's exposed on an iPad to implement what I just described in HTML client-side scripting? If so, do you have some links with useful information that can help me on my way?

  • Does Sun One Web Server support server-side javascripts?

    Hi,
    We have used Netscape iplanet web server running our server-side javascripts for a few years. We're evaluating the latest Sun One web server and see if it can run the server-side javascripts. Does Sun One support server-side javascripts? If so, where do I can find the document?
    Thanks.

    you can use JScript (a type of server side java script) if you install Sun One ASP. it also gives you VBScript support as well

  • Client-side handler: static config?

    I would like to provide a client-side JAX-RPC handler that would
    be invoked without any modification to existing client code.
    The idea is that user's would only need to modify a config file
    (something like the web-services.xml file, but on the client-
    side) to use our handler.
    We are already doing this in axis (uses a client-side deployment
    descriptor: client_deploy.wsdd), but based on another thread
    ("Client Handler Chain - help ??"), it looks like there is
    currently no equivalent in WLS?
    Are there plans to add the ability to statically configure
    client-side handlers in WLS via some sort of client-side config
    file/descriptor, or is the programmatic method of modifying
    the HandlerRegistry in the client code the only way?
    Any help/ideas would be greatly appreciated!
    --Terry

    In 7.0, you can do this in a handler:
    import weblogic.webservice.binding.soap.HttpClientBinding;
    String url = http://my/new/address/;
    sslAdapter = null; //only needed for ssl
    Binding binding = new HttpClientBinding( url, sslAdapter );
    context.setProperty( WLMessageContext.BINDING_PROP,
    binding );
    HTHs
    -manoj
    http://manojc.com
    "William Cassidy" <[email protected]> wrote in message
    news:[email protected]...
    >
    Is there a similar way to set the endPointAddress.
    "manoj cheenath" <[email protected]> wrote:
    Ok, I will add this as a feature request.
    If you are ok with using WLS internal APIs (This APIs may change in
    the future), try this:
    weblogic.webservice.Operation operation
    =
    ((weblogic.webservice.WLMessageContext)messageContext).getOperation();
    >>
    weblogic.webservice.Port port = operation.getPort();
    String endPointAddress = port.getAddress();
    regards,
    -manoj
    "Terry Martin" <[email protected]> wrote in message
    news:[email protected]...
    Manoj, thanks for the response.
    We'd definitely like to see a client side dd at some point, but
    can work with the API's for now. Thanks much for adding this as
    a feature request.
    On another subject:
    I need to determine the target/endpoint URL from my client-side
    request handler. Again, this was something we were able to do in
    axis, but is currently not part of the JAX-RPC standard (JSR101).
    I could be missing something, but haven't seen any way of
    determining the target URL given only the SOAPMessageContext.
    The only way seems to be if it were passed as a "standard"
    property in the SOAPMessageContext (this is one way it is done
    in axis).
    I imagine this will someday be standardized in JAX-RPC (I can
    think of many uses for this feature, other than our own). In the
    meantime, could you also add this as a feature request for WLS?
    Thanks again,
    -Terry
    "manoj cheenath" <[email protected]> wrote:
    True. In WLS 7.0 there are no client side dd in which you can specify
    the handler chain. We did not comeup with ourown client side dd,
    hopeing that JSR109 will define the dd.
    It is quite easy to register the handlers through APIs. Let us know
    if
    that will not help you.
    I will add client side dd as a feature requst for the next release.
    regards,
    -manoj
    "Terry Martin" <[email protected]> wrote in message
    news:[email protected]...
    I would like to provide a client-side JAX-RPC handler that would
    be invoked without any modification to existing client code.
    The idea is that user's would only need to modify a config file
    (something like the web-services.xml file, but on the client-
    side) to use our handler.
    We are already doing this in axis (uses a client-side deployment
    descriptor: client_deploy.wsdd), but based on another thread
    ("Client Handler Chain - help ??"), it looks like there is
    currently no equivalent in WLS?
    Are there plans to add the ability to statically configure
    client-side handlers in WLS via some sort of client-side config
    file/descriptor, or is the programmatic method of modifying
    the HandlerRegistry in the client code the only way?
    Any help/ideas would be greatly appreciated!
    --Terry

  • Email without Server Side scripting

    My client's webside does not have any server side scripting support. Is it possible to send email without server side scripting and email programs? Can HTML's emailto send emails from flash?

    You can use a mailto: link in Flash just as you would in html.  It will open the whatever defauklt email program the user has with the email address in the address bar.

  • Client side caching

    Hi all,
    I wonder how client side caching (in memory) would work with BlazeDS.
    There was a project called FAST that would support client side caching for Remoting:
    http://www.adobe.com/devnet/flex/articles/fast_userguide.html, but this doesn't seem to work for Flex 3.
    Do I have to invent my own caching mechanism?
    Without client side caching support I don't see how an application build on BlazeDS remoting would ever scale to many users.
    Regards,
    Markus

    Hi Markus. I took a look at that FAST project. There isn't anything like that in BlazeDS currently. It probably wouldn't be too hard to port that code to make it work with Flex 3 but it's usefulness looks somewhat limited. There doesn't look to be any way to timeout a request that has been cached for example which I think most people would want. If you think this is something that would be useful you can log an enhancement request in Jira.
    http://bugs.adobe.com/jira/browse/BLZ
    As to your point about not seeing how an application built on BlazeDS remoting would scale, I think it's a fairly common practice to not expose functions to the end user that directly call backend services. It's pretty straightforward, for example, to request some data when the application loads and then refresh the data at some interval. You don't need a caching API to do this.
    -Alex

  • Client Side Programs?

    Hi Guys. I want to know what are the Softwares needed in client side (End User) ?Does JBoss Needed at Client Side for J2EE application?

    it depends entirely on how you want the "end user" to interact with your application. if it's an rmi api, the end user will need to include some jboss jars. if it's a webservice or a web site, then the end user will not need any jboss specific jars.

  • Client Side Validations in Visual Composer possible Or Not?

    Hi All,
    I Want To Know Client Side Validations Possible in Visual Composer.
    Because I Write Validate Code For input Field.They Give Only Red Color Message To inputField WhatEver I Gave In Condition Error Message.They Do N't Validate the InputFileds.But They give Suggession Only.
    Please Respond ASAP.
    SubbaRao Chinta

    Hi SubbaRao,
    Although the WebDyn Pro runtime of VC does not perform "true" client side validations, the conditions that a modeler enters on a given control can prevent unnecessary requests to the back end. In order to add such a rule to a control you need to:
    1. Choose Configure on the context menu of the control you want to validate
    2. Select Rules in the Validation group of the task panel. This will open the Define Validation Rules dialog box.
    3. Click the Add Row button, and then open the Condition drop down list, and add the condition you want (to prevent).
    4. In the Error Message column, enter the text you want to display when this condition occurs.
    If you have an action defined in the same view, it will not be carried out if the condition is true.
    If your action is defined in a different view, you need to change the action's validation scope - go into the Define Action dialog and the validation tag, and change the validation scope to "window"
    If none of this helps, try to describe what you have done and I'll see if I can help.
    Good luck,
    Eyal

Maybe you are looking for

  • I can't update my iPhoto. "Update is not available for this Apple ID".

    Updating my iPhoto has always been a problem.  When I try, I get the error of: "This update is not available for this Apple ID either because it was bought by a different user or the item was refunded or cancelled." This is the only apple ID I have e

  • Mapping tool creates new columns one at a time

    Hi All, I'm using Kodo 3.2.2 with MySql 4.1. I have a fairly large table (over 2million rows) representing one persistent class. I need to add several new fields to the object, which will require a refresh mapping on the database to add new columns f

  • Error during date comparing

    Hi , i have situation , where i have to find a date between two dates i used below filter condition, but i get error (TO_DATE(PLAYER_MONTHLY_SUMMARY.CURRENT_MONTH, 'DD-MON-YYYY') BETWEEN TO_DATE('01-MAR-2012', 'DD-MON-YYYY') AND TO_DATE('31-MAR-2012'

  • Problem with JMS stores in 8.1 sp2

              Hi           Everytime I use the wizard to create a JMS server/Queue and a store I get this           kind of error. Am not able to figure out why this happens - why is the store assigned           to this           <WSReliableDeliveryPolic

  • Snmp data sent to monitors

    Hi there, I am trying to: 1) Monitor a Solaris 10 operating system by sending snmp data to a monitoring program 2) Monitor M4000 / SB6000 / T4-1B devices by sending snmp data to a monitoring program Is there any documentation to say what SUN/Oracle i