Naren verma

Greenhorn
+ Follow
since Sep 10, 2013
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
1
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Naren verma

Hi,

I want to display simple message box.
For example i have created signin button if any one click on signin button at that time one message box will open like username and password using java script.
I tried prompt dialog box but its showing only username and text box but i want to display username and password both.
Can you help me with codding how to create message box?

Thanks
Hi,

I want to display simple message box.
For example i have created signin button if any one click on signin button at that time one message box will open like username and password using java script.
I tried prompt dialog box but its showing only username and text box but i want to display username and password both.
Can you help me with codding how to create message box?

Thanks

I am try to display images on web browser but its not happing,
my codding is
<html>
<body>


<img src="E:\Users\Pictures\login_form.jpg"">
</body>
</html>

this codding is working fine when i am using notepad
but when i am using netbeans is not working.

can you help me with that?

Thanks you


Regard
Narendra verma

Because of my main.java program is login form and emp.java program is emp details.

How to cal emp.java applet when click on login.
10 years ago
Hi

I have created 2 applet.
1)main.java
2)emp.java

in main applet i created one button(click here)
if any one click on button emp.java applet wil open?

may i know the codding? How to call one applet to another applet
10 years ago
In swing,How to call one applet to another applet in netbeans.
Please
10 years ago