Jump to content
php.lv forumi
  • 0

popup javascirpt


Vecteevs

Question

Sveiki, es mēģinu izveidot ka uzspiežot uz linka izlec ārā popup logs un prasa kuru skaitli izvēlēties ar list/menu, bet viss ko es varu dabūt no tā visa ir šādi:

0tw0v8wmo4jf4u2bqeo.jpg

bet vēlos lai ir tā:

bzjv4w2nl71nrmnzf0ef.jpg

 

kodi:

function changeRatePrompt(id)
{
var newRate = prompt("Pievienot lietotājam brīdinājumu: ", "");
if (newRate != null && newRate != "") {
	var redir = "action.php?event=edit&id=" + id + "&val=" + newRate;
	window.location = redir;
} else {
	alert("Brīdinājums netika pievienots un viss tika atstāts kā ir ..");
}
}

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

Ja godīgi, īsti nesapratu.

 

Tu gribi, lai izlecošā logā ir iekšā drop downs, vai arī, nospiežot drop down, izlec popup logs, kurā ievadam username, vai ko un spiežam ok?

Link to comment
Share on other sites

  • 0

Viņš grib jau tajā pašā promt lodziņā šito fīču iebāzt :D

 

tev jau drīzāk šīs jaizmanto

window.open('lapa_ar_tavu_izvelni','kur_gribi_atvert','loga_parametri');

vienkāršākais risinājums..

Edited by sheps
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...