Posts by John Olsen • 59 points
3 posts
-
0
votes3
answers47
viewsA: same origin policy how to circumvent
Well, that’s because you’re running the script inside your main page! So there really is no such class in your main page but in iframe, to access the classes/id’s within iframe you need to do this:…
-
1
votes1
answer55
viewsQ: Does document.links take all links from the website?
I wonder if the JS command document.links take all links from the website or just from the page??
-
3
votes0
answers44
viewsQ: How to update classes at runtime? EF C# MVC
I need to update my application’s classes because it has a function in my controller that creates a new column: public string ListarMapeamento() { banco.Database.ExecuteSqlCommand("ALTER TABLE…