Priyaa V Kumar

Ranch Hand
+ Follow
since Aug 12, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Priyaa V Kumar

Thanks Eric for the quick response. I was also thinking in the same lines of appending the prefix & suffix characters to the real data. The other group in here wanted to do it using style. Just wanted to confirm that there is no way to do it using a style alone before telling them.

Thankyou.
Hi,

I have a requirement to define a style such that the data always appears between paranthesis. For ex, if I have a style called textwith3indent, is it possbile to define this style in a such a manner that when it is applied, the reulting data appears in paranthesis,

If the data is

"sample data"

after application of the style, it has to look like

(sample data)

Please let me know if that is doable by mere application of style.
Thanks for your replies, guys. I was able to overcome the problem by this approach.

In click event of test1.jsp open the new window with test2.jsp as target.
Then, in test2.jsp do the logic and then do a JSP redirect (or a javacript window.location.href) to the actual page you want to show on the new window.
Hi,

I have a situation where I click on a href in my first jsp, say Test1.jsp and am redirected to Test2.jsp, which in turn opens a new window using window.open from a javascript. This works fine when there is no popup blocker. Unfortunately, IE on Windows XP has popup blocker with medium severity and it blocks the new window. Here's how my code is:

Test1.jsp



NOTE: My original page has a menu item on clicking which, I will be redirected to Test2.jsp.

Test2.jsp



If you look at my code, I am calling the javascript function to open the window inside the <head> tag. I tried to put it in body onload too, but it didnot help either.

The reason I couldn't open the new window from Test1.jsp itself is, I want user to complete some test in the new window and then come back to a page that asks him to click on something to get the score. [I haven't put that refresh button code in test2.jsp, but just the skeletal code]

How do I go about opening the new window so that it is not treated as a popup?

Any help is appreciated.

Thanks
Padma

[ January 09, 2006: Message edited by: Priyaa V Kumar ]

[ January 09, 2006: Message edited by: Priyaa V Kumar ]
[ January 09, 2006: Message edited by: Bear Bibeault ]
Hi,

I would to know how to detect that Macromedia Flash is not installed on the client system or have an older version? I want to detect this and prompt the user to download Flash Player or upgrade if user does not have the latest player installed on your system.

I need to show a Flash Video when the user visits my website. If the user's system has the required version of Flash installed, then it is working fine. Otherwise, it is just saying "loading" and does nothing.

Any input is appreciated.

Thanks
Thanks Seema & Greg. Congrats to other winners too. I shall send my address & phone number.
I get an Exception when I try to run the magnet mocker.

C:\temp\mm>java -jar mm-1.1.jar
org.xml.sax.SAXException: System property org.xml.sax.driver not specified
at org.xml.sax.helpers.XMLReaderFactory.createXMLReader(Unknown Source)
at mz.MagnetMocker$2.actionPerformed(MagnetMocker.java:167)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unkno
n Source)

I have jdk version 1.4

java -version
java version "1.4.2_05"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-b04)
Java HotSpot(TM) Client VM (build 1.4.2_05-b04, mixed mode)
Hello Hussain & Seema,

Thanks for your input.

Seema, I downloaded the trial version of your Exam Simulator. It was good.
You can add the value of loop variable to the menuitem's name



The menuitems would be created with names dept0, dept1 and so on.

Hope this helps.
19 years ago
Hi,

I am not sure if someone has already posted this. I would like to know if anyone of you have a list of Mock Exams for the IBM certifications 484 & 486.

Thanks
Priyaa
Thanks for the prompt reply. Your reply really boosts my confidence to go ahead with UML certification preparation. Thankyou so much.

[ September 28, 2005: Message edited by: Priyaa V Kumar ]
[ September 28, 2005: Message edited by: Priyaa V Kumar ]
Hussain,

That is very valuable information you have provided. I am confused as to take which one first? 484 or 486? I have good exposure to the objectives of 484 but for UML I just know the basics, plus have done a few class diagrams & use cases. I guess it would be easy for me to prepare for 484 but I really want to learn UML stuff. Hence, the confusion. I see that you are 486 certified. Did you have good realtime exposure to UML or were you able to get certified by reading the books? Appreciate your reply.

Thanks
Thanks Seema for the information. I have the second book Core J2EE Patterns. Just that I need to start reading it. Thanks.