Input buttons
sub window_onload
a=inputbox("Enter Your Name")
if a="basker" then
x=msgbox("san "&a, 4 ,"DR.BASKER PAGE")
if x=vbyes then
document.write "Basker,bsc computer science"
else
document.write "hello your Data Not showed"
end if
elseif a="felix" then
msgbox a& " paandi"
else
msgbox "hello " &a,48
end if
end sub