Adding parameters to a link

Using DW 2014.1
When I attempt to add parameters to a link I get a message that prohibits me from completing the task.
The page is php and my testing server is php. Even when I tell this prompt that I am using php it won't accept it. If a copy a previously used link with parameters already included it works fine. Can anyone tell me what's going on?

this is a link that works which I essentially entered by hand:
updatebook.php?bookindex=<?php echo $row_rsBooks['bookindex']; ?>
I can't show you the one that doesn't work because the process in dreamweaver to create one doesn't let me create it. Here is the process I have always used (Dreamweaver user since 2001)
1)  Select the text for the link and begin building the link.
2) Click the parameters button to get to the next step. Enter a name and when I click on the lightning bolt I get the error describer originally described. Even if I click yes and select php it still won't get past this point.

Similar Messages

  • Pass parameters from hbj link

    Hi,
        I want to pass parameters from hbj link to the component where the event method is going to be called. And also when I click the event how it is going to redirect other jsp.
    Regards,
    Suresh.B

    Hello Reinuka,
    It is possible to send parameter to Web Dynpro iview.
    In the iview application parameters add Param1 =.
    Place this code wherever  you want to call that iview.
    WDPortalNavigation.navigateAbsolute("ROLES:"+iview,WDPortalNavigationMode.SHOW_INPLACE,(String) null, (String) null, WDPortalNavigationHistoryMode.NO_DUPLICATIONS,(String) null,(String) null,"Param1 = ");
    "ROLES:"+iview=Iview Path
    "Param=Paramvalue"=Parameter and its value
    Youcan receive the value as
    String parmvalue=WDWebContextAdapter.getWebContextAdapter().getRequestParameter("Param");
    Regards,
    Sridhar

  • Submited parameters are added to the tab link

    Hello
    I' have ULR-Portlets on my Tab at a portalpage.
    When I do some work on one portlet (submit data), then the data will be added to the links to other tabs.
    Tab-Link-Example:
    http://<server>:7778/portal/page?_pageid=53,1,53_34989:53_35507:53_35579&_dad=portal&_schema=PORTAL&DATA=VALUE
    When I change the tab, the new tab processes the data application goes wrong.
    What can I do (configuration in the protal?) that the links on the tabs stays the same?
    Gerd
    PS: Gareth Cantrell had this problem, but without a solution (Re: Hiding POSTed parameters in v2

    Hello,<br /><br />I presume you dont want the end-user editing these objects either? If thats the case then use static objects instead. Static objects are not included in the tabbing order. Yes, they are identified with a number when you enable the View | Tabbing Order but only to identify them as part of the reading order. Remember, the tabbing order and reading order share the same sequence.<br /><br />See if you can use a static image instead of an image field. I presume Text1 is already a static text object therefore it wont be tabbed into.<br /><br />If you cant replace the image field with a static image then you can use a workaround. You can protect the access to a field. Protected fields do not participate in the tabbing sequence. Designer does not expose this property so you will have to specify it manually. For example:<br /><br />1. Select the image field.<br />2. Go to the XML Source. If it not opened, go to the View menu and select XML Source. It will show up besides the Preview PDF tab.<br />3. The <field> element will be highlighted. Type access=protected. For example:<br /><br />   <field name="ImageField1" y="25.4mm" x="57.15mm" w="25.4mm" h="30.4mm" access="protected"><br /><br />4. Preview the form.<br /><br />Does this help solve your problem?<br /><br />Hélène<br />Adobe Systems

  • How to call discoverer report with parameters over http link?

    Hi!
    I'm using oracle application server 9.0.4 (incl. discoverer).
    I have an oracle portal report where I want to call a discoverer report for each line over a http link. It is always the same discoverer report - with each line I want to pass parameters to my discoverer report.
    How can I pass parameters to the report? Is there another way rather than using GET parameters?
    Thanks
    Markus

    Hi Markus
    You need to determine whether you can in fact call a Discoverer report using a URL before linking it in Portal. You need to run the report in Viewer first and then see copy the URL from the address line of the browser. Then you open another browser and paste the URL. You may well be prompted for a username and password but hopefully the correct report with the right parameters will then execute.
    Assuming this works you then paste the same URL link into Portal and you should be able to get the report to run.
    Best wishes
    Michael

  • Adding New View Objects/Link on "Preview and Print" - Order Acknowledgement

    Hi,
    Can we add New View Objects/View Links for the existing "Preview and Print" Order Acknowledgement.
    I want to add for the 2 new functionalities i.e., for Charges (from OE_PRICE_ADJUSTMENTS_V ) and the Line Level Notes, which is currently not supported by Oracle.
    Can anyone help me on acheving this functionality?
    Looking forward for your response.
    Thanks in advance,
    Regards,
    Muru

    You can do that. You should first create the new business objects(AM, VO, VL) in jdeveloper, create your new regions in jdeveloper, associate the AM to the top level region(stackLayout) you create. Use personalization and add a stack layout in the Preview and Print page, set the extends property to point to the new region which you had created. Donot forget to deploy all the files in middle tier before doing the personalization.
    The AM which you had added to the stackLayout will automatically be nested with the root AM of the page during runtime.

  • Problems adding native extensions from linked resources in Flash Builder 4.7

    While adding native extensions (.ane files) from linked source folder in a Actionscript Mobile Project on Flash Builder 4.7, a java.lang.NullPointerException is thrown. Below is the stacktrace. Any help would be appreciated.
    Also, what is the link/site to file Flash Builder 4.7 bugs?
    java.lang.NullPointerException
              at com.adobe.flexbuilder.project.ui.utils.ANE.AppXMLFileANEExtensionHandler.addToAppXMLModel (AppXMLFileANEExtensionHandler.java:78)
              at com.adobe.flexbuilder.project.ui.utils.ANE.AppXMLFileANEExtensionHandler.addToAppXmlFile( AppXMLFileANEExtensionHandler.java:65)
              at com.adobe.flexbuilder.project.ui.utils.ANE.AppXMLFileANEExtensionHandler.addToAppXmlFile( AppXMLFileANEExtensionHandler.java:48)
              at com.adobe.flexbuilder.project.ui.utils.ANE.ANEController.applyWorkingCopy(ANEController.j ava:791)
              at com.adobe.flexbuilder.project.ui.utils.ANE.ANEController.applyWorkingCopy(ANEController.j ava:814)
              at com.adobe.flexbuilder.project.ui.utils.ANE.ANEpathControl.contributeToLibraryPath(ANEpath Control.java:723)
              at com.adobe.flexbuilder.project.ui.utils.AirBuildPathsPropertiesPane.contributeToLibraryPat h(AirBuildPathsPropertiesPane.java:85)
              at com.adobe.flexbuilder.project.ui.utils.AbstractBuildPathsPropertiesPane.getLibraryPath(Ab stractBuildPathsPropertiesPane.java:1344)
              at com.adobe.flexbuilder.project.ui.properties.BuildPathsPropertyPage.applyProjectSettings(B uildPathsPropertyPage.java:520)
              at com.adobe.flexbuilder.project.ui.properties.AbstractFlexProjectPropertyPage.performOk(Abs tractFlexProjectPropertyPage.java:117)
              at com.adobe.flexbuilder.project.ui.properties.BuildPathsPropertyPage.performOk(BuildPathsPr opertyPage.java:617)
              at org.eclipse.jface.preference.PreferenceDialog$13.run(PreferenceDialog.java:964)
              at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
              at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49)
              at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
              at org.eclipse.jface.preference.PreferenceDialog.okPressed(PreferenceDialog.java:944)
              at org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.okPressed(FilteredPreferenceDial og.java:447)
              at org.eclipse.jface.preference.PreferenceDialog.buttonPressed(PreferenceDialog.java:233)
              at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
              at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:240)
              at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
              at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4128)
              at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1457)
              at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1480)
              at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1465)
              at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1270)
              at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3974)
              at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3613)
              at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
              at org.eclipse.jface.window.Window.open(Window.java:801)
              at org.eclipse.ui.dialogs.PropertyDialogAction.run(PropertyDialogAction.java:158)
              at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
              at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionI tem.java:584)
              at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
              at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java :411)
              at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
              at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4128)
              at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1457)
              at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1480)
              at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1465)
              at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1270)
              at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3974)
              at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3613)
              at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
              at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
              at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
              at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
              at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
              at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
              at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
              at com.adobe.flexbuilder.standalone.FlashBuilderApplication.start(FlashBuilderApplication.ja va:79)
              at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
              at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:110)
              at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:79)
              at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
              at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:597)
              at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
              at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
              at org.eclipse.equinox.launcher.Main.run(Main.java:1410)

    A year later, but I'm facing the same bug.
    If your ever found a solution I'd be glad to hear.
    I filed a bug with more details and my own workaround: 
      3697022

  • Adding Parameters in a Filter

    On a scale of one to "Dear God, what is that *thing*!?", how bad is
    it to add parameters to an HttpServletRequest in a Filter?
    I'm not entirely sure why there isn't an addParameter method in
    the request class, so it's hard for me to judge. Is it an optimization,
    or part of the contract?
    Also, does anybody have a good name for such
    a class? :)

    I'm not entirely sure why there isn't an addParameter
    method in
    the request class, so it's hard for me to judge. Is
    it an optimization,
    or part of the contract?There are two types of values that can exist in HttpServletRequest: parameters and attributes. The parameters are the values that are sent from the client side (in submit) and these values can't be modified. Also no other parameters can be added on server side in the request object. Their scope is request.
    The attributes are the values that can be added to the HttpServletRequest on the server side. They can be removed. They exist in the request only during the first forward (Attributes are reset between requests).
    So, it sound like a contract.
    If you need in the request an attribute (that behave as previously described), it is not uncommon to set it in a filter class.
    >
    Also, does anybody have a good name for such
    a class? :)The name of the class generally depends on the functionality the class encapsulates. Fiters names generally ends with 'Filter': "SessionFilter".

  • Acrobat adding %20 to pdf links in iOS

    Hi
    I have created a pdf with hyperlink URLs which works fine.
    However when it is opened in iOS devices Acrobat adds a %20 to the end of the URL which returns a page not found error.
    If I upload the source Word documents the links are fine.
    iOS will open links in other pdfs ok, but Im not sure what program created them.
    Has anyone else encountered this issue?
    Thanks for any help,
    Harley

    Hi Guys.
    Thanks for your reply.
    This is what has happened.
    I created a pdf in Windows 7/64 using Acrobat 9 from a word document as source.
    I opened the pdf in Safari on an iOS device
    When I click the links in Safari on iOS device, the link is appended with %20 at the end and returns an invalid URL. I agree with Bill it is adding a space as %20 is the ascii code for a space.
    However, the space is not in the original link on the Word document or in the source text or in the hyperlink itself and the word document links work perfectly.
    Other pdfs links seem to work ok in Safari, so Acrobat must be doing something to the link to make Safari add the space / %20.
    Any suggestions would be very gratefully appreciated.
    Kind regards
    Harley
    These are the URLs for the pdf and word document.
    http://www.life-coach-tools.com/files/TheLifeWheelAppleTest.pdf
    www.life-coach-tools.com/files/TheLifeWheelAppleTest.doc

  • Adding Parameters to RXi Report

    Hi All,
    I need to do a modification to Receipt Register Report in AR. This report is a spawned program. I need suggestions to modify this program. The requirement is I need to add the company segments low and high as parameters. I have modified the package to suit my requirement. But while running with out giving values to the company segments the program running smoothly. But if I give values to the company segment the program ends up with the error message "ORA-01006: bind variable does not exist". But I have added my requirement in all the stages of the package. Please help me out.
    Thanks,
    Raja

    Hi Praveen,
    This report is used by standard functionality for Mass change in Background. Since caller program again can only be enhanced at end. Then how will I tell stardard code to call the Z program instead of standard one?
    One alternative is to do the create Z program and do same functionality for our custom attributes. Then call this program also in same caller program. But this will be too much of processing overhead and may consume more time to process.
    Regards,

  • Adding general and specific links on Benefits plans in ESS

    Hi Experts,
    I am trying to provide general and specific links to each benefit plan in ESS. SAP provides a IMG customization for this: spro>Personal Management>Benefits>Employee Self-Service>Define URLs.
    I need to enter the URL parameters here. I have a doubt here. what should I give the path of a URL. Can i create a BSP application (a HTML file containing the description about the plan) and provide the path of the link in URL path?
    What should I do if I want to display the description of each plan in a PDF file and provide a link to that PDF on ESS?
    Thanks!
    I

    Quite simply....the URL link is exactly that....the link as it would appear in your browser. Typically, for general informtion about plan types, you would have something like "http://intranet.myCompany.com/benefits_us.html" and then for the plans themselves, it might be the link to the actual company's web site like "http://www.DocInABox.com".
    The links can be to whatever...a web site, a PDF file, a Word document, etc.....as long as it can be reached via a URL. Since the "context" of the information will be fairly static, just throwing together a simple web page is usually the easiest method (and it allows for easy maintenance since HR folks will often want changes....not to mention the marketing people too!).
    As far as how/where to store the internal content, that will depend on your own company's policies. It could be some content server or web server out on your network or you could even store the files/pages/content in KM and reference them from there. The sky is the limit.

  • Optional Parameters in a linked SubReport

    Hi All,
    I'm trying to get something to work, but can't figure out how to do it ! I think that possibly optional parameters will do the trick.
    I have a report that is based on a SQL Server stored procedure takes about 20 parameters and is used as a sub report to display header information on what was selected for the report that it is linked to.
    For example, there is a "Supplier Report" that takes SupplierID, CategoryID and Sub CategoryID. These parameters are linked to parameters in the stored procedure in the header sub-report which then goes off to the database to get the descriptions for those IDs and displays them. This is standard across all reports. Now, other reports may not use the Category ID and Sub CategoryID, so in those reports, a value of -1 is passed to the header sub-report and in the logic for the header sub report, those sections are hidden.
    At the moment, to set the values as -1, I just have a formula in the main report called DummyXXXID which returns -1. For example if CategoryID and SubCategoryID were not used I would have DummyCategoryID and DummySubCategoryID. This works fine.
    However, as more reports are created, the header sub-report gets more parameters to display the descriptions of, which means I have to go  back and add 'dummy' formulas to all the other reports that use the header sub-report. e.g. If I have a new report that takes 'WidgetID' as a parameter, the underlying stored procedure for the header report gets @WidgetID as a new parameter and returns a new column of Widget Information to be displayed in the header. I then have to add a DummyWidgetID set to -1 to all reports that don't use the WidgetID parameter so that the header of those reports doesn't try and show Widget information.
    What I'd like to do is have the sub report default to -1 (or other values as appropriate to indicate no value) for all parameters in it. In that way, if I add a new parameters to the header sub-report, existing reports will not have to be changed and sub-report links refreshed, since the new parameters in the sub report will have default values.
    Is this possible ?? I can't seem to set the parameters in the sub-report to "optional prompt"= true, as they are all fixed at false and there is no drop down to change them.
    I hope that makes sense !

    Moving to the Design Forum, not an DB question.

  • Adding Parameters to a generated URL

    Hi All,
    We have a client requirement to send email to a set of users with a link to a specific page. When the user clicks on the link, it should ask for the
    login, and once the user enters the credentials, it should take the user to the specific page.
    The link which we are generating is like this
    http://<host_name>:<port>/OA_HTML/RF.jsp?function_id=1043559&STMT_ID=116
    This is asking for the login and once the user logs in , it says
    "You have insufficient privileges for the current operation. Please contact your System Administrator."
    But if we try with the below link (No additional Parameters)
    http://<host_name>:<port>/OA_HTML/RF.jsp?function_id=1043559
    It works and the page is getting loaded. (Data is not coming and the expected ID is not coming)
    The Client env details are :
    Product/Component Version
    OA Framework :12.0.4
    Oracle OA Extension : 10.1.3 - build 1028
    Business Components : 10.1.3.3
    UIX (Cabo) : 2_3_6_2
    BiBeans Runtime : 3.1.1.7 nondebug BI Beans 3.1.1.x
    MDS : 9.0.6.0.0_26
    Both the URL works fine in the local instance which we have.
    The local instance details are :
    OA Framework :12.0.4
    Oracle OA Extension : 10.1.3 - build 1028
    Business Components : 10.1.3.3
    UIX (Cabo) : 2_3_6_2
    BiBeans Runtime : 3.1.1.5 nondebug BI Beans 3.1.1.x
    MDS : 9.0.6.0.0_26
    Are we doing something wrong ?
    Do we need to encrypt the extra parameters ? If So how to do that ?
    Or is there any Profile Options which we need to set ?
    The OA Page is not Self Secured. Its Security Mode is set to Standard only.
    Any Pointers to the above is highly appreciated.
    We even tried the standard API to generate the URL.
    declare
    url varchar2(32767);
    begin
    url:= fnd_run_function.get_run_function_url ( p_function_id =>1043608,
    p_resp_appl_id =>-1,
    p_resp_id =>-1,
    p_security_group_id =>0,
    p_parameters =>'STMT_ID=82',
    p_encryptParameters =>true ) ;
    dbms_output.put_line(url);
    end;
    Output was
    http://<host_name>:<port>/OA_HTML/RF.jsp?function_id=1043608&resp_id=-1&resp_appl_id=-1&security_group_id=0&lang_code=US&params=sRiTnbMeFRFcc4C63WzatA
    This also the same behavious.
    IF we remove the last parameter "params=sRiTnbMeFRFcc4C63WzatA", its works fine.
    Thanks in advance,

    this is a link that works which I essentially entered by hand:
    updatebook.php?bookindex=<?php echo $row_rsBooks['bookindex']; ?>
    I can't show you the one that doesn't work because the process in dreamweaver to create one doesn't let me create it. Here is the process I have always used (Dreamweaver user since 2001)
    1)  Select the text for the link and begin building the link.
    2) Click the parameters button to get to the next step. Enter a name and when I click on the lightning bolt I get the error describer originally described. Even if I click yes and select php it still won't get past this point.

  • Add a Page without adding top-level Navigation link

    How do you add a new page to a site without it auto-adding a link at the top of the page navbar?
    I need to add a link to a page from one of the main pages.
    One thing I lvoe about iweb is how intuitive and simple it is to make sites but I miss some of the flexibilities of a (CSS, dreamweaver, golive, etc).

    I have a "Donate" page and want to take the donater to a thank you page after transaction is complete so I obviously want the rest of the links of Navbar on the thank you page (so they can get back to the site) but i obviously don't want my "thank you for donating!" page on the main site navbar. I may have to make a seperate site and manually just copy paste in the mainsite navbar links.

  • Adding parameters to xcelsius dashboard

    Hello All,
    I am new to xcelsius and would like to have advises and help regarding my needs.
    I have selected the columns which I want from the "Universe Query" and get the data in the excel sheet in xcelsius. Now, I have added a scorecard and it is reading perfectly from the xcel sheet. The user had requested for additional requirements that they want parameters to select the dates which they want for example "1-1-2011"-"2-1-2011"-"3-1-2011"-"10-1-2011". So, how do I implement this? Any advises? Tutorials?
    Thanks for the help

    Hello Maas,
    I think there are several ways to do so, but I can only think about two ways by the moment:
    One way is by using a Selector component, select as Labels the colunm with the dates, and on Data Insertion, Insertion Type select Filtered Rows. This option will filter the Source Data you select from the choosen date, and use the Destination to put it on another sheet. Then you can create your Charts over this flltered data.
    The other way is by using the query filter, as explained below:
    http://myxcelsius.com/2008/12/25/part-ii-live-dashboards-using-bo-liveoffice-creating-a-liveoffice-document-and-connect-it-to-businessobjects-universe-data/
    http://myxcelsius.com/2009/01/04/create-an-xcelsius-2008-dashboard-bound-to-live-office-data-using-prompt/
    Hope it helps!
    Regards.
    Bruna Dupim

  • Adding parameters to button programmatically

    H All,
    I have an requirement to pass the parameters of an single row selected by user to the next page. It is an advance table in iReceivables page. I have created an button in the advance table using personalization and when the user clicks on the button the values(1 to 3) will be forwarded to the next page.
    Can some one assist me on how to add parameters to an button programmatically.
    Regards,
    Ramakrishnan

    You cannot achieve this without Action (PPR)
    1. You need to extend the controller and programmatically configure the PPR on Button Click.
    Add Following code in PR:
    OAButtonBean button = (OAButtonBean) webBean.findChildRecursive("<ID of Button added by personalization>") ;
    // Assuming you need to pass just one parameter, PK of VO.
    Hashtable paramsWithBinds = new Hashtable(1);
    paramsWithBinds.put ("PKparam", new OADataBoundValueFireActionURL((OAWebBeanData)webBean,
    "{$<View Attribute name of the PK>}"));
    button.setFireActionForSubmit("<EVENT NAME OF PPR ON BUTTON CLICK>", null, paramsWithBinds,false, false);
    2.
    Add following Code in PFR:
    if("<EVENT NAME OF PPR ON BUTTON CLICK>".equals(pageContext.getParameter("event"))) {
    System.out.println("WE ARE IN HANDLE OF BUTTON CLICK");
    System.out.println( pageContext.getParameter("PKparam")) ;
    // PKParam is set in PR for the Primary Key of VO.
    //Now you can pass this as a parameter to your Next page.
    Regards,
    Prince
    http://princekapoor82.blogspot.com
    typo fixed.
    Edited by: Prince on Oct 11, 2011 11:20 PM

Maybe you are looking for

  • Mildet connect to oracle DB using servlet problem ,help please

    hi guys i have a problem am tring to connect my midlet to databse through midlet but i don`t know what is the problem so far the midlet already connect to my servlet url but the servlet cant read the parameters to open the connection for database my

  • How do you get your IPHONE 4 off of earphone mode?

    I can't hear anything when I call people.  I have never used ear phones so I don't know how my phone got stuck in headset mode.  Can anyone help me get it out on this mode?  Thanks!!

  • Changing billing (name only)

    I asked ATT&T this morning how to change billing name. Everything else would stay same. They said to start the process on line then they would double check. I cannot find any way to change name on line. Any ideas?

  • Wire Removal with Moving Camera

    Hi Guys, I'm working on this movie for a project and was really hoping for some VFX advice. It would really help me out. We have this one shot (you can see in the video below) where the camera is tracking from left to right and an actor gets pulled w

  • Can i get iCloud on my MacBook?

    i'm trying to get iCloud on my MacBook so I can transfer all my photo's video's etc from my iPhone onto my itunes.