B
Buddy Ackerman
I've taken over the developement of an application and it's doing something I've never seen before. It somehow
communicates with a running application (written in .NET). Here's teh javascript line that does it:
document.getElementById("MyIFrame").src="dalert
review?guid=3fafba12-7550-468d-9f93-2f32136fc5b9";
I've never seen this before, what does it do? How does the browser know what to do with it? It's not working so I need
to figure out how to fix it.
Thanks
--Buddy
communicates with a running application (written in .NET). Here's teh javascript line that does it:
document.getElementById("MyIFrame").src="dalert

I've never seen this before, what does it do? How does the browser know what to do with it? It's not working so I need
to figure out how to fix it.
Thanks
--Buddy